My website includes a fullscreen image slider with approximately 20 images, each around 250kb in size. Due to the large file sizes, I have configured the slider not to start until the first 4 images are downloaded. However, when viewed in the latest version of Chrome, all the images seem to be downloading at the same time, resulting in the first 4 images completing loading almost simultaneously with the remaining 20.
Is there a method to instruct the browser to download the images in chronological order? For example, starting with 'one.jpg', waiting for it to finish downloading before moving on to 'two.jpeg', and so on?