gatsby-transformer-cloudinary
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "gatsby-transformer-cloudinary", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": "Transform local files into Cloudinary-managed assets for Gatsby sites.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -64,2 +64,6 @@ # gatsby-transformer-cloudinary | ||
uploadFolder: 'gatsby-cloudinary', | ||
// fluidMaxWidth: 800, // optional; Max width set for responsive breakpoints. default: 1000 | ||
// fluidMinWidth: 200, // optional; Min width set for responsive breakpoints generated. default: 200 | ||
// createDerived: true, // optional; Creates derived images from the responsive breakpoints. default: true | ||
// breakpointsMaxImages: 4 // optional; Set maximum breakpoint images generated. default: 5 | ||
}, | ||
@@ -71,2 +75,7 @@ }, | ||
In gatsby-config, Responsive breakpoints can be created for each image, use the `fluidMaxWidth` and `fluidMinWidth` options to set them. | ||
> Note: Setting a high max width such as 5000 will lead to the generation of a lot of derived images, between the max and min widths breakpoints, during image upload. Use this option with care. | ||
### Query for images | ||
@@ -73,0 +82,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
20110
194
0