Skip to content
Public Ticket #25308

Webp Pictures vs Elementor/Soledad

Conversation thread

PenciDesign Supporter replied

Staff Reply

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.


lifeisfullofgoodies started the conversation

Conversation Start

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

Want to join this conversation or access attachments? Sign in first.