Preview
Issue #1
This src is valid .I think you change image src and turn into lazyload image.In original page this image source:https://s3.eu-central-1.amazonaws.com/euobs-media/2322b1156e372cfe285645564cad6e96-480x.jpg
- is summer
- 1. this is an a/img composition, the img/@src is a low resolution image, only 480px, which is burry on retina display.
2. the a/@href points to the original image. According to [checklist 6.3.1 Image links], I switched the img/@src to high resolution source and remove the outer a tag
3. the original image is 3.4 Mb. It seems to hit the file size limitation of IV server. Or there just be some delay in fetching?
4. The root cause of this issue, in my understanding is that IV images being not support @srcset.
5. Since this website use lot of this kind a/img compositions. It will be poor end-user experience if we don't switch the image to higher resolution.
- Type of issue
- Author added their own content
- Reported
- Mar 19, 2019