I have to implement a javascript to the components for the lazy load of images in a site in AEM 6.5. How do I change.
I have created dailog for component and implemented javascript in clintlibs in AEM 6.5. What do I change in HTL code for the lazyload of image ?.
The AEM Core WCM Components already have support for lazy loading of images:
Image (v3)using native browser capabilities, example markupImage (v2)through JavaScript, example markup and JS code