Blur image in Chrome.
-
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
- The topic ‘Blur image in Chrome.’ is closed to new replies.