Webp Images
While uploading webp images via rails gem, should i upload both jpg and webp images?
0
-
Hi,
There is no need to upload both versions, Cloudinary fully supports storing WebP images.
That said, please note that not all browsers support viewing WebP formats (e.g., FireFox, IE).To deliver these images to all browsers, you can convert them to the appropriate formats or you can simply add
f_auto
as transformation to automatically serve the right format to the users, based on their browser (i.e., WebP for Chrome, JPEG-XR for Edge, etc.).For more information,
http://cloudinary.com/documentation/image_optimization#how_to_optimize_image_format-1
Post is closed for comments.
Comments
1 comment