Changes between Initial Version and Version 1 of Ticket #35725, comment 19
- Timestamp:
- 03/02/2020 11:03:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35725, comment 19
initial v1 4 4 > Because Safari [https://caniuse.com/#feat=webp still does not support] WebP, this seems like plugin territory until there is a way to specify multiple sources for an image in core. 5 5 6 I'm sorry, but 13 browsers does support it, and only 4 does not (Apple is always late). Anyway, there is a solution for showing WebP in any browser with a piece of Js: https://webpjs.appspot.com/6 I'm sorry, but 13 browsers does support it, and only 4 does not (Apple is always late). Anyway, there is a solution for displaying WebP in any browser with a piece of Js: https://webpjs.appspot.com/ 7 7 8 8 It would be interesting to offer a config option in WordPress to convert uploaded files to .jpg or .webp, so user can decide. In my case, media is 80% of the site, so .webp would be great to trim disk storage.