I want to change my thumbnails to use the latest image compression technology. Blogger does provide it using the URL parameters for example this is my thumbnail:
https://1.bp.blogspot.com/xxxxxxx/xxxxxx/s350/image-name.jpg
and I want to transform it to WebP format by adding rw
so it will look like this
https://1.bp.blogspot.com/xxxxxxx/xxxxxx/s350-rw/image-name.jpg
Blogger WebP Images use an additional -rw beside s350 in the image URL. Currently I have this data tag in place.
expr:src = 'resizeImage (data: post.thumbnailUrl, 350)'
Please, give some references to pass the -rw
parameter in this data tag. I'm unable to find in any documentation (official or unofficial)
PS: I do not want any JavaScript solution, I know it can be done easily :/
I hope you can find this helpful.
you can use this javascript code to convert blogger images to webp.
This code gets all images in your blog and converts them to webp.
Have fun!