Pure CSS Preloader for images | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Pure CSS Preloader for images

I made a website and need to put preloaders as there are many images in one webpage and it takes time to load. Pls help me providing code so that I can directly put the code in CSS page with img class replaced and its done Thankyou

4th Nov 2019, 10:45 AM
Peter Stark
3 Answers
+ 1
I don't think what you describe can be purely done by using CSS Here is something that is similar done by pure CSS: https://code.sololearn.com/WRheN58tM9AP/?ref=app
4th Nov 2019, 11:58 AM
Farish
Farish - avatar
+ 4
Use the onload callback of Image objects to count the number of loaded images, and trigger the move-on function when the count is done. https://code.sololearn.com/WgJfIUJ1tX7j/?ref=app
5th Nov 2019, 7:10 AM
Gordon
Gordon - avatar
+ 2
https://perishablepress.com/pure-css-better-image-preloading-without-javascript/ The above link should do it (I mean provide you the answer you want)
5th Nov 2019, 12:08 AM
Hayzeed