+ 1
How to make my code display that image on load then disappear when the page finish loading
On load image https://code.sololearn.com/WoHys05rAkry/?ref=app
3 ответов
+ 1
Yeah I got it done so I removed it
0
"load" event is fired when the page, including any resource needed to display the page as intended had been downloaded.
I think you probably want to hide the #loader by setting its `style.display` attribute to 'none' when that event fires, but let it show initially.
P.S. Image link seems invalid, it's not loading for me ...
0
How's it going? I see you have made changes in the code ...