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
I have an issue with lazy load images not loading and/or browserless instance not scrolling. Under "Browser Steps" there is an option to run JS. I used document.querySelector('footer').scrollIntoView({ behavior: 'smooth' }); to scroll to the footer and trigger the loading of the remaining images. Based on the browser preview the screen is not scrolling down. The screenshot is also only showing the placeholders for the unloaded images. What am I doing wrong, or how else can this be done?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have an issue with lazy load images not loading and/or browserless instance not scrolling. Under "Browser Steps" there is an option to run JS. I used
document.querySelector('footer').scrollIntoView({ behavior: 'smooth' });
to scroll to the footer and trigger the loading of the remaining images. Based on the browser preview the screen is not scrolling down. The screenshot is also only showing the placeholders for the unloaded images. What am I doing wrong, or how else can this be done?Beta Was this translation helpful? Give feedback.
All reactions