javascript - Do fancy box images in links load if not clicked? -


i use fancybox on site show secondary images if wanted user. images in question reside inside fancybox links, so:

<a class="fancybox" title="click see more detail" href="media/more-detailed-image.jpg"><img src="media/image-name.jpg" alt="etc"></a> 

do browsers load fancybox images if they're not clicked user?

no. afaik fancy box , similar scripts set css display property none in turns prevents element being rendered.

so images not fetched browser unless become visible.

refer this article please.


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -