Releases: nhoizey/jekyll-cloudinary
Releases · nhoizey/jekyll-cloudinary
v1.14.1
v1.14.0
Add support for the loading
attribute, for native lazy loading (#45)
Thanks @borisschapira! 👍
Examples:
{% cloudinary image.jpg loading="lazy" %}
{% cloudinary image.jpg loading="eager" %}
v1.13.0
Add cross-origin support to prevent opaque responses in Service Workers.
v1.12.4
v1.12.3
v1.12.2
v1.12.1
v1.12.0
v1.11.0
Thanks to Pascal Brokmeier's Pull Request, you can know have responsive images HTML and Cloudinary URLs generated only when you build for production.
Just make sure to:
- set the new option
only_prod
totrue
- and set the environment to
production
before building:JEKYLL_ENV=production bundle exec jekyll build