html - page size if element is hidden -


if element hidden effect page size while loading.

for example image hidden.now when page loads time calculate size of image too?

there can 50 hidden images.

thanks.

no, if hide css, still html request images server, if want page loads quick need comment out img tags on page, won't hide images, won't request images server too, resulting in faster page loading.

you can use css sprites if you've tons of small icons on websites, if talking literal images can check out lazy load technique if want render images faster page loading


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -