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 Alvaro, how can I set the lazyload usage so that the section is loaded before it appears on the screen? We don't have any dots on our site, so in a scenario where we will proceed one by one, for example: When we move from the second section to the third section, I want to load the image of the fourth section after it in the same way, without appearing on the screen. Currently on our site, the default lazyLoading is true and when the section appears on the screen, the img data-src parameter is set to the src parameter and it appears as a huge gray screen and a bad image is created until the image is loaded. We do not want this, we expect your support.