• ironmike82

    (@ironmike82)


    Good morning.

    On my ecommerce site https://www.carnicellasport.com I have a problem with images in webp format (not knowing of the incompatibility with safari and ios).

    Initially I tried to use images in jpg format but the preview of the miniatures and articles was all grainy, the same applies to the images placed in the main slider.

    So I uploaded all the images on the website in webp format and all the items for sale therefore have a webp image as the main image (or images in the gallery).

    Obviously the site works perfectly with almost all browsers, except for safari. Is it possible to “communicate” to the browser that does not support webp to choose another format (which I have no problem uploading to the site since I have the original of all the images uploaded)?

    I hope for your help.

    Thank you

    • This topic was modified 4 years ago by ironmike82.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Malcolm Peralty

    (@phoenixfireball)

    Here is another ticket on the forums that might help you- https://wordpress.org/support/topic/fallback-for-safari/

    Also, you can look at something like this:

    <picture>
    	<source srcset="https://gulshankumar.net/wp-content/uploads/2016/09/webplogo.webp" type="image/webp" />
    	<img src="https://gulshankumar.net/wp-content/uploads/2016/09/webplogo.png" alt="gulshan kumar" width="186" height="66" />
    </picture>
Viewing 1 replies (of 1 total)
  • The topic ‘images uploaded only in webp. problems with safari!’ is closed to new replies.