progressively icon indicating copy to clipboard operation
progressively copied to clipboard

progressively.render() not working

Open gitbrutus opened this issue 6 years ago • 0 comments

Hello, I'm trying to use the render() method to have images load before I scroll them into view. I'm not sure if that's a bug or if I'm just using it wrong (which is more likely).

Unfortunately there is no explanation in the documentation of how to use the render method and where to place it. I've simply put it below the init method, which is probably not the right way to do it? Or do I have to add anything to the img classes as well? What am I missing?

progressively.init({ ... }); $(document).ready(function() { progressively.render() });

gitbrutus avatar Feb 05 '20 13:02 gitbrutus