Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    Do you, by any chance, use CloudFlare?

    When I had this issue it was because Cloudflare was caching the image as webp and then Safari, which doesn’t display webp, couldn’t show it.

    Thread Starter mazze5

    (@mazze5)

    Hi,

    no I don’t use any CDN. Only LSC ImageOptimization.

    Plugin Support qtwrk

    (@qtwrk)

    Hi,

    Please try create an .htaccess file in /wp-content/uploads

    then place code

    RewriteCond %{HTTP_ACCEPT} "!image/webp"
    RewriteRule ^(.*).(jpg|png|gif).webp $1.$2 [L]

    Purge all , and try again.

    Best regards,

    Thread Starter mazze5

    (@mazze5)

    @qtwrk:Thank you, the htaccess-file solved the problems with safari.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some Images not displayed on Safari’ is closed to new replies.