Does the jquery backstretch keep loading the image infinitely?
Example I have 3 images, if I put them with the backstretch, will it consume the entire bandwidth of my users?
JQuery(document).ready(function(){ jQuery('body').backstretch(["https://www.australianbrother.com/images/image.jpg","https://www.australianbrother.com/images/image2.jpg","https://www.australianbrother.com/images/image3.jpg"], {duration: 3000, fade: 1050}); });