-
Hi @untra ,
We're using the jekyll_picture_tag plugin to generate webp images for our sites. With the addition of `jekyll-polyglot` this has broken. Jekyll_picture_tag places the generated images i…
-
Hi,
I have a really naive question and apologise if it's very basic. I have appeared to install the jekyll_picture_tag successfully but the command jekyll serve did not recognise the picture tag. …
-
Hello!
Is it possible to generate progressive jpgs with this library? I did not find any directions in docs or in other git issues here.
According to the libvips git issues, that library support…
-
Can jekyll_picture_tag output closed img tags?
` {% picture {{ post.image }} preset="thumbnail" %}`
produces a void tag like
``
XML parsers frown on this, e.g when the output gets fed to …
-
## 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/b…
-
I already noticed that SVGs are not supported. It there a way to ignore SVGs in the configuration?
Here is the output of `bundle exec jekyll serve --trace`
```
Generating new image file: /image…
-
Hello,
I'm trying to use this plugin to first, add width and height attributes to my post images automatically, and secondly to generate responsive images.
Unfortunately, I struggle to make it w…
-
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` as it is describe…
-
Everything was running smoothly until... I ran into this error when running the `brew upgrade vips` command:
```
bundle exec jekyll s -l
bundler: failed to load command: jekyll (/Users/gschiavon/…
-
This is not an issue per se, just a suggestion/solution that I use in combination, and that plays nicely along with the Jekyll Picture Tag plugin.
See: [img_tag_tansform.rb](https://gist.github.com…