Forums
(@umagarz)
7 years, 10 months ago
The loading bar is just an overlay, so I used this simple CSS snippet to get rid of it:
.preloader { display: none; }
I’d rather wait for the pictures to load than seeing a loading bar…