We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
<video autoplay look muted playsinline> <source src="dog.mp4" type="videp/mp4" /> </video>
<picture> <source type="image/webp" srcset="flower.webp" /> <source type="image/jpeg" srcset="flower.jpg" /> <img src="flower.jpg" /> </picture>
<img srcset="flower-small.jpg 480w, flower-large.jpg 1080w" sizes="50vw" src="flower-large.jpg">
<head> <script src="lazysizes.min.js" async></script> </head> <body> <img data-src="flower.jpg" class="lazyload"> </body>
lazyload="auto"
lazyload="on"
lazyload="off"
@font-face { .... font-display: swap; }
navigator.connection.saveData; // true navigator.connection.effectiveType; // 4g