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

WebP image generator gem for Jekyll websites

Results 12 jekyll-webp issues
Sort by recently updated
recently updated
newest added

I've been trying to use jekyll-webp to automatically generate webp versions of my images for my jekyll blog, running on GitHub pages. Unfortunately, [the GitHub action](https://github.com/stefanbschneider/blog/runs/4665687577?check_suite_focus=true#step:7:141) shows a convertion error...

If if `nested: false` set to true, it still does not travel directories nested within the image folder. ``` webp: enabled: true # The quality of the webp conversion 0...

When specifying an image directory without a trailing slash, the search pattern won't pick up images in subdirectories because a wrong pattern is generated (e.g. `/images**/*.*` vs `/images/**/*.*`). If a...

Steps to reproduce: 1. Create a GIF in a directory currently being processed by the gem. 2. Add `".gif"` to the list of file formats. 3. Specify `."gif"` as the...

I'm no Ruby dev, but I've done my best to get gif -> webp conversion working. "Works on my machine," Ubuntu 20.04.2.

I'm using this GitHub action https://github.com/helaili/jekyll-action which enables third-party gems support on GitHub Pages. I can confirm that other third-party gems that I use work fine but this one doesn't....

With append_ext: true, it is expected that images will be generated in the format `image.png.webp`. However, that is not the case

I see quality can be controlled up to 100 (least lossy) but webp has two different "modes" and 100% quality is not the same as lossless and in fact for...

Hello! Please, let me ask several questions about your plugin: 1. All WebP images generated by the plugin will be stored in the same folder, where is the main .jpg...

How can i generate `.webp` images only on build, or in production environment?