mavaddat / jekyll-cloudinary

Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
https://mavaddat.github.io/jekyll-cloudinary/
MIT License
1 stars 1 forks source link

[tag syntax] let the writer override preset settings with attributes #31

Open mavaddat opened 2 years ago

mavaddat commented 2 years ago

From jekyll-cloudinary created by nhoizey: nhoizey/jekyll-cloudinary#5

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 the writer use min_width, max_width, steps and/or sizes attributes in a Cloudinary Liquid tag, to have a specific behaviour without needing any new preset in the _config.yml.