We've switched from previously only providing the source and a minified version of the JS, to additionally provide the different relevant JavaScript formats especially regarding modules supported by microbundle. Thatfor we even also changed the location of the generated files as well as pointed the relevant property entries within the package.json
to those files. Please find all the relevant generated files in the dist/
folder from now on.
You'll need to wrap the <picture>
tag instead of the included HTML tags with <noscript>
.
<picture>
<noscript class="loading-lazy">
<source srcset="[email protected] 1x, [email protected] 2x" />
<img
src="[email protected]"
loading="lazy"
alt=".."
width="250"
height="150"
/>
</noscript>
</picture>
<noscript class="loading-lazy">
<picture>
<source srcset="[email protected] 1x, [email protected] 2x" />
<img
src="[email protected]"
loading="lazy"
alt=".."
width="250"
height="150"
/>
</picture>
</noscript>