• Resolved Alexis L.

    (@alex83270)


    Hi,

    Awesome plug-in. But when I wanted to try it, I just wanted to keep my original image in my website and just watermark it when I download it but It seems to Chrome all my image are blur now… But not in Firefox, all image are displayed correctly.

    In the console of chrome I find this : sizes="(max-width: 189px) 100vw, 189px" It’s because of that my images will be blur. But it strange because in Firefox I’ve the same code and it isn’t…

    Firefox code
    <img src="####.png.webp" class="attachment-medium size-medium wp-post-image" alt="####" itemprop="image" srcset="####.png.webp 189w, ####.png.webp 95w, ####.webp 600w" sizes="(max-width: 189px) 100vw, 189px" width="189" height="300">

    Google Chrome code
    <img width="189" height="300" src="####.png.webp" class="attachment-medium size-medium wp-post-image" alt="####" itemprop="image" srcset="####.png.webp 189w, ####.png.webp 95w, ####.png.webp 600w" sizes="(max-width: 189px) 100vw, 189px">

    Regards,
    Alexis LAURORA

    • This topic was modified 5 years, 4 months ago by Alexis L.. Reason: missing Google Chrome code
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Blur image in Chrome.’ is closed to new replies.