Nicolas Hoizey
Nicolas Hoizey
See https://twitter.com/nhoizey/status/1245486138862841862
From a comment by @judsonlmoore in #51 : https://github.com/nhoizey/jekyll-cloudinary/issues/51#issuecomment-516787218
Let the user define additional breakpoints and sources. Options to discuss: - Use some magic to find if there's an image which filename is the same as the main one,...
Currently forced to Cloudinary's automatic format detection, between JPG, WebP, etc.
Currently forced to Cloudinary's automatic quality detection
For example, let the writer use a `verbose` attribute in a Cloudinary Liquid tag, to have only this image manipulations verbose in the console when generating the site. Or let...
For example, 2x images should be enough on most websites, even on devices with 3x screens. Use a `` with a dpr-based media query to limit the maximum screen resolution...
It would be really useful to be able to write `{{ post.content | cloudinary: presetName }}` so that we can use different presets on the same content, in different layout...