Hello!
Trying to introduce lazy loading feature on theme's [i]album.php[/i] for heavy weighted thumbnails. There are a lot of scripts on the net, helping this approach. Examples: b-lazy responsivelyLazy ...
b-lazy uses following html:
`[img]data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==[/img]`responsivelyLazy:
`[img]images/image.jpg
srcset=[/img]`Both replacing attribute [i]src[/i] with [i]data-src[/i] or [i]srcset[/i] and [i]data-srcset[/i] for lazy needs. How do i use these scripts with ZP functions like [i]printImageThumb()[/i]? Here is the example of lazyload converter for WordPress but howto implement it into Zenphoto?