jekyll_picture_tag icon indicating copy to clipboard operation
jekyll_picture_tag copied to clipboard

Easy responsive images for Jekyll.

Results 37 jekyll_picture_tag issues
Sort by recently updated
recently updated
newest added

Hello, for some reason I get an error message: ".gem/gems/jekyll_picture_tag-2.0.3/lib/jekyll_picture_tag/parsers/image_backend.rb:11:in `handler_for': No support for generating avif files in this environment. (RuntimeError)" The first question is if libvips and vips are...

EDIT: Just saw the intermediate solution to this in here: https://github.com/rbuchberger/jekyll_picture_tag/issues/279#issuecomment-1200428582 Leaving the issue since the other one is about AVIF, but feel free to merge them @rbuchberger! Just updated...

It seems JPT does not work well with [Lazy loading](https://developer.mozilla.org/en-US/docs/Web/Performance/Lazy_loading). I have the following preset: ```yaml media_queries: mobile: 'max-width: 767px' desktop: "min-width: 768px" presets: pimage: formats: [webp] widths: [400, 600,...

[JPEG XL](https://jpegxl.info/) is the future of image formats and all major browsers are implementing it. It is crucial to support it.

Similar to the intent of #112 and #113, with the goal of getting the smallest meaningful placeholder into the `src` attribute that can inform the browser what the aspect ratio...

enhancement

Hi, I know this is only a remotely related issue since it's not directly related to `jekyll_picture_tag`. I can perfectly use it on my local macOS computer by installing `libvips`...

I would like to be able to specify (in a preset) that the fallback image is the source image (assuming the source image is accessible in the generated site). Example...

enhancement

Similar to #112 but instead of j-p-t generating a placeholder allow a config option for a placeholder to be specified when using `data-*` output. My though it a spinner image...

enhancement

## Error ``` Liquid Exception: undefined method `downcase' for nil:NilClass in /home/denverpr/new/_layouts/tag-page.html bundler: failed to load command: jekyll (/home/denverpr/rubyvenv/ruby/2.6/bin/jekyll) Traceback (most recent call last): 77: from /home/denverpr/rubyvenv/ruby/2.6/bin/bundle:23:in `' 76: from...

The fragment option is good. I've used it to create a background image css style set. I don't really like the string manipulation in the template, I'm concerned about images...

enhancement
New Markup Format
maybe someday