-
This can help improve page load times on slower connections. Think that support is wide enough we can do this now.
-
Vimeo has switched to WebP. It's also switched to image URLs that have no file type suffix.
Example:
https://i.vimeocdn.com/video/1141331067_640
WordPress does not yet support WebP in the media…
-
Optimize using Cloudinary service
https://cloudinary.com/features/optimization_fast_delivery
- [ ] Also add retina support
- [ ] webp with fallback
- [ ] Lazyload
-
Migrate all the thumbnails and images used in CKEditor rte components and customize interactions modal from PNG format to webp format.
-
The updated `gatsby-plugin-image` plugin generated webp images. Those are currently not cached by the user browser because of the missing nginx configuration
-
As FFmpeg and MediaIfo already support it, and Chromacast and some few other renderers support this format, it could easily be added. `image/webp`
https://developers.google.com/speed/webp/
https://e…
-
### Quick summary
When adding a WebP image as a featured image, it does not show in the posts list. JPEGs do show as expected.
### Steps to reproduce
1. Add a WebP featured image to a post
2. Pub…
-
### Describe the bug
Whenever I use `enhanced:img` with these 2 tailwind classes: `row-span-3` and `aspect-square`, they're being ignored. If I use regular `img` it works as expected. Tried in both…
-
### Problem Description
Currently, all the PNG files inside the `images` directory takes more than 100 MiB, 178'830'063 bytes, to be exact:
```
$ { find . -type f -name "*.png" -printf "%s+"; e…
-
## Feature Description
As per a user request in the forums allow for modification or removal of the naming structure of _webp_ images that are generated from _jpg_ files. At present when _webp_ files…