On our homepage, we've got a slideshow that includes 15 large images and each image is wrapped in a link. The first time you visit the page, it can take 15 seconds before the full page is rendered since it's currently loading all the slideshow images. So, I want to display the first image and then lazy load all the other images as needed. We are currently using the jQuery Cycle2 plugin to display the slideshow and I tried using it's progressive loading capabilities but it seems you can only use images when using that feature and we can't wrap the images in a link. What's the best way to do this?