jekyll-cloudinary
jekyll-cloudinary copied to clipboard
Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
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...
The documentation on this plugin is cool but a few links to the live example are broken: https://github.com/nhoizey/nicolas-hoizey.com/blob/master/_posts/2016/07/13-tout-change-rien-ne-change/2016-07-13-tout-change-rien-ne-change.md Would it be okay to share a working sample blog code for...
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 0.88 New features #8279: Recognise require method passed as argument in Lint/NonDeterministicRequireOrder cop....
Updates the requirements on [bundler](https://github.com/bundler/bundler) to permit the latest version. Release notes *Sourced from [bundler's releases](https://github.com/bundler/bundler/releases).* > ## v2.1.0 > Features: > > - Add support for new default gems....