I have a JSF page with very big images - 3.4 Mb. I use this code to call the image
<div data-src="resources/images/slide1.png">
Is there any way to cache the image into client browser because every time it takes 3-4 seconds to download the picture?