Can’t switch to webp images?
-
all my images are jpg, I can’t switch to optimized webp images.
the images exist on the server. I’m attaching them. hitting the “use optimized images” button. Manually switching to optimized images.
I’ve added this to htaccess.
RewriteCond %{HTTP_ACCEPT} “image/webp”
RewriteCond %{REQUEST_FILENAME}.webp -f
RewriteRule ^(.*).(jpg|png|gif) $1.$2.webp [T=image/webp,L]
what’s going on?
The page I need help with: [log in to see the link]
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.