Lazy loading basically makes it so pictures only load once the browser scrolls to them (instead of everything loading all at once along with the page)! if you have a ton of images (like I do in my galleries), it lessens the browser load a lot!
Oh wow, that's truly neat! :0 I'll definitely think about adding lazy loading to my gallery, it's gonna help a lot with the loading times (besides preloading n' stuff)! Thank you so much for the explanation, Guilda! ^^
I'm super glad to help!! This is the code I used as a base for mine: https://codepen.io/imagekit_io/pen/MBNwKB (also, having art images be .webp is also a godsend! with both of these things I'm praying nobody ever has issues with my galleries again KJHSFMKLA)
Oh wow, that's truly neat! :0 I'll definitely think about adding lazy loading to my gallery, it's gonna help a lot with the loading times (besides preloading n' stuff)! Thank you so much for the explanation, Guilda! ^^
I'm super glad to help!! This is the code I used as a base for mine: https://codepen.io/imagekit_io/pen/MBNwKB (also, having art images be .webp is also a godsend! with both of these things I'm praying nobody ever has issues with my galleries again KJHSFMKLA)
oh, i'd heard about it but didn't really look into it. i should do that, thank you!