Will an image load if it has its CSS set so that visibility is hidden?
|
|
Yes, it will still be loaded and held within the DOM. Then you can show it quickly with JS! |
||
|
|
|
|
Yes - I have used this to preload images that will be shown with Javascript. You can verify this experimentally: visibility: hidden |
||
|
|
Different browsers may behave differently. |
||
|
|
|
|
This depends entirely upon the browser and its environment (e.g., low memory situations such as mobile phones). |
||
|
|
