WEBP Safari
-
Hello,
Thanks in advance for your comments and suggestions.I am using WEBP images on my website, after a couple of days I found out: Safari users couldn’t view them, because Safari don’t support webp (images are missing!)
So, I convert and upload jpg images on the same directory, but didn’t change my main pictures on my website (still webp).
According to litespeed: “enabled webp replacement” should solve this issue, by removing webp. And from what I can see in the htaccess, litespeed should only serve the variation if browser supports webp. Not sure if this is a bug in the cache plugin or I’m missing something in my config?
### marker WEBP start ###
RewriteCond %{HTTP_ACCEPT} “image/webp” [or]
RewriteCond %{HTTP_USER_AGENT} “Page Speed”
RewriteRule .* – [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
### marker WEBP end ###Thanks for your comments
era
- The topic ‘WEBP Safari’ is closed to new replies.