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?
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() });