Hi,    I have a question about the ScrollTrigger Image lazy loading.  The demo sample uses HTML markup like this:    <section class="preloadSection">   <div class="deferredImageContainer">     <img class="deferredImage" width="1200" height="600" src="https://picsum.photos/id/237/20/10" data-src="https://picsum.photos/id/237/1200/600">   </div> </section> Is it possible to do this much simplified? As follows:   <img class="lazy" src=