netlify-plugin-cloudinary
netlify-plugin-cloudinary copied to clipboard
Supercharge images on your Netlify site with Cloudinary!
# **Bug Report** ## **Describe the bug** When I replaced an image with a newer version and deployed it in Netlify, the image was not updated to Cloudinary, and the...
# **Feature Request** ## **Is your feature request related to a problem? Please describe.** New major version release that includes smaller bundle size and fixes
# Description The following changes allow users to follow the suggestions outlined in [How to Scale an Image Automatically using Client Hints](https://cloudinary.com/blog/automatic_responsive_images_with_client_hints), specifically: 1. [Scaling an image's width automatically (e.g....
# **Feature Request** ## **Is your feature request related to a problem? Please describe.** I would like to specify a [Cloudinary crop mode](https://cloudinary.com/documentation/resizing_and_cropping#examples_of_applying_different_crop_modes) from my netlify.toml file; the current default...
# **Feature Request** ## **Is your feature request related to a problem? Please describe.** https://www.netlify.com/blog/introducing-netlify-image-cdn-beta/
# **Feature Request** ## **Is your feature request related to a problem? Please describe.** You can configure cloud name in both an environment variable and in a plugin input -...
# **Feature Request** ## **Is your feature request related to a problem? Please describe.** https://www.netlify.com/blog/general-availability-netlify-sdk-software-development-kit/
# **Feature Request** Netlify offers a set of [image transformations](https://docs.netlify.com/large-media/transform-images/) using three query parameters `nf_resize`, `w` and `h`. These parameters can be mapped to Cloudinary parameters `c_`, `w_` and `h_`....
# **Feature Request** Currently, image URLs are published with `f_auto,q_auto`. Consider adding option so that users can specify additional parameter like width, height, DPR. This settings could be applied in...
# **Feature Request** When an image is created through static rendering, it includes the actual image prepended to a MD5 of image. For example, an image `bird-8172597_1280.jpg` is uploaded to...