• Resolved FlixWatch Support

    (@flixwatchsupport)


    Hi,

    Wanted to know regarding this setting in Image Optimization Settings. Since IoS doesn’t support WebP as of now (will happen in September most probably), what happens to images on Safari browsers, will it show JPG/PNG or the images will not show up at all?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support qtwrk

    (@qtwrk)

    Hi,

    it took me a while to understand what is IoS you meant….

    By design , it will only send webp to supported browser , and on non-supported browser, it will fall back to normal images

    based on this header

    ### marker WEBP start ###
    RewriteCond %{HTTP_ACCEPT} "image/webp" [or]
    RewriteCond %{HTTP_USER_AGENT} "Page Speed"
    RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+webp]
    ### marker WEBP end ###

    Best regards,

    Thread Starter FlixWatch Support

    (@flixwatchsupport)

    Understood.
    Thanks.
    Regret the delay in response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Regarding – Image WebP Replacement’ is closed to new replies.