You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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()
});
The text was updated successfully, but these errors were encountered: