A
amadeus77Feb 18, 2021
Is it possible to use the lazy loading method with a "srcset" for also supporting retina images:
<img loading="lazy" class="lazy" src="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 3'%3E%3C/svg%3E" width="800" height="600" data-src="image.jpg" alt="Image">
Could I also add: srcset="high-res.jpg 2x" in the example above?
