Featured image is not displayed when sharing url on facebook or Whatsapp
Likewise, when working with elementor the image is not displayed within the content if I do not give the maximum size to the image, if I decide to display it at a smaller size the image simply disappears.
]]>Hi!
How do I see the thumbnails of webp images on admin library? is that possible with your plugin?
Thank you
We have installed the plugin and have uploaded a single image to test. The webp product images uploads and is displayed on the product category page. However, it does not display on the product page (URL link below). Could you please advise what have we done wrong here.
https://bit.ly/30SfOfx (category page image appears)
https://bit.ly/2Yxt8mC (Product page image does not appear)
Thank you in advance
]]>Not work in incognito Chrome
body have class ‘no-webp-support’
We’re getting lots of notices in our logs.
PHP Notice: Undefined index: HTTP_ACCEPT in /home/user/public_html/wp-content/plugins/wp-enable-webp/wp-enable-webp.php on line 26
Line 26 should be changed to this to avoid them:
if( isset( $_SERVER['HTTP_ACCEPT'] ) && strpos( $_SERVER['HTTP_ACCEPT'], 'image/webp' ) !== false ) {