jekyll-cloudinary
jekyll-cloudinary copied to clipboard
Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images
Updates the requirements on [rake](https://github.com/ruby/rake) to permit the latest version. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 13.0.0 > > ==== Enhancements > > * Follows recent changes on keyword...
Is there a way to output only the src and srcset contents without the image tag? Example: I'm using jekyll-cloudinary together with [lightGallery](https://github.com/sachinchoolur/lightGallery) and some custom markup. In order to...
The `min_size` / `max_size`/ `steps` preset config parameters are cool. What would be _really_ cool is to somehow use Cloudinary’s [responsive breakpoint generation logic](http://www.responsivebreakpoints.com) to dynamically figure out the number...
Such a setting: ```yaml cloudinary: … images_root: "/media/" ``` Would allow users to write this: ```liquid {% cloudinary logos/colourful.jpg %} ``` And the generated URL would include `` between the...
Hello! I'm trying to launch a project using your gem. I ran into trouble getting my images to upload to Cloudinary automatically, and I wrote them to ask about it....
Currently, the plugin uses `q_auto` which generates semi-progressive JPEGs (see https://cloudinary.com/blog/progressive_jpegs_and_green_martians ).
https://twitter.com/nhoizey/status/943789684769067009
You can add alt tags from within Cloudinary. Is there a way to have those alt tags in the `` tag after the site compiles?
Alternative text and caption may contain special characters: quotes, HTML code (for caption). I've found a workaround to escape quotes and apostrophe: ``` {% capture img_alt %}L'intérieur de l'église de...
See http://cloudinary.com/blog/how_to_automatically_migrate_all_your_images_to_the_cloud