jekyll-cloudinary icon indicating copy to clipboard operation
jekyll-cloudinary copied to clipboard

Jekyll plugin adding a Liquid tag for Cloudinary, for better responsive images

Results 33 jekyll-cloudinary issues
Sort by recently updated
recently updated
newest added

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...

type: dependencies 🔗

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...

type: enhancement 🧗‍♂️

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...

type: enhancement 🧗‍♂️
Hacktoberfest

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...

type: enhancement 🧗‍♂️

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 ).

type: enhancement 🧗‍♂️

https://twitter.com/nhoizey/status/943789684769067009

type: enhancement 🧗‍♂️

You can add alt tags from within Cloudinary. Is there a way to have those alt tags in the `` tag after the site compiles?

type: enhancement 🧗‍♂️
help welcome 🙏

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

type: enhancement 🧗‍♂️