Forums
(@umagarz)
9 years, 1 month 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…