oont-contents/plugins/jetpack-boost/app/modules/optimizations/image-cdn/src/liar.ts
2025-02-08 15:10:23 +01:00

6 lines
194 B
TypeScript

import { dynamicSrcset } from './srcset';
( function () {
const lazyImages = document.querySelectorAll< HTMLImageElement >( 'img[loading=lazy]' );
lazyImages.forEach( dynamicSrcset );
} )();