Comments lifeisfullofgoodies started the conversationJuly 12, 2023 at 1:51pmHi Support Team,is there a workaround to tell the Theme or Elementor to use webp images ? Tried these via htaccess but no positive result<IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_ACCEPT} image/webp RewriteCond %{DOCUMENT_ROOT}/$1.(jpe?g|png).webp -f RewriteRule ^(wp-content/uploads.+.(jpe?g|png))$ $1.$2.webp [T=image/webp,E=accept:1]</IfModule> <IfModule mod_headers.c> Header append Vary Accept env=REDIRECT_accept</IfModule> AddType image/webp .webpRegardsTimm 2,610PenciDesign repliedJuly 12, 2023 at 4:35pmHi,If you want to use the Webp image format for your site, you should install one of the following plugins:- Imagify: https://wordpress.org/plugins/imagify/- WebP Express: https://wordpress.org/plugins/webp-express/- EWWW Image Optimizer: https://wordpress.org/plugins/ewww-image-optimizer/Important note: You need to disable all lazyload options from the third-party plugin you have installed, as they are conflicting with the Soledad theme's features.Regards,PenciDesign. Sign in to reply ...
Hi Support Team,
is there a workaround to tell the Theme or Elementor to use webp images ?
Tried these via htaccess but no positive result
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteCond %{HTTP_ACCEPT} image/webp
RewriteCond %{DOCUMENT_ROOT}/$1.(jpe?g|png).webp -f
RewriteRule ^(wp-content/uploads.+.(jpe?g|png))$ $1.$2.webp [T=image/webp,E=accept:1]
</IfModule>
<IfModule mod_headers.c>
Header append Vary Accept env=REDIRECT_accept
</IfModule>
AddType image/webp .webp
Regards
Timm
Hi,
If you want to use the Webp image format for your site, you should install one of the following plugins:
- Imagify: https://wordpress.org/plugins/imagify/
- WebP Express: https://wordpress.org/plugins/webp-express/
- EWWW Image Optimizer: https://wordpress.org/plugins/ewww-image-optimizer/
Important note: You need to disable all lazyload options from the third-party plugin you have installed, as they are conflicting with the Soledad theme's features.
Regards,
PenciDesign.