Welcome friends! This is my first time asking a question here, so I hope I'm doing it right :) I'm looking to preload 3 images before the webpage fully loads so that they all appear simultaneously. Currently, the images load one after another and it doesn't look smooth. One image is defined in css as a background image, while the other two are simple "img" elements. I've attempted creating JavaScript image objects, but the loading is still choppy. I also tried preloading them in a display:none; div, but the issue persists. Any suggestions on what steps I should take?
Thanks in advance for your help!