Answer the question
In order to leave comments, you need to log in
How to upload all images to the site at once?
How to load all the content at the first visit to the site, and not as needed, when the user walks through the pages. To me specifically for myself, I'm not going to torment users.
Answer the question
In order to leave comments, you need to log in
Load them with the given size 1x1. Cached unless prohibited by the user
You can create a block in which to upload these images - by standard means. Hide the block itself!
<div style="height:0px;overflow:hidden;">
<img src="..images/introduction-bg.jpg">
<img src="../images/about-client-bg.jpg">
<img src="../images/contacts-bg.jpg">
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question