I am using PNG files for transparency and the next slide loads in the background and is visible . How will I disable lazy loading. Here is my relavant code
tarray.push('tiles3d');
window.myFlux = new flux.slider('#slidecontainer', {
autoplay: true,
pagination: false,
captions: false,
transitions: tarray,
lazyLoad: false,
delay: 5500
});
});
I am using PNG files for transparency and the next slide loads in the background and is visible . How will I disable lazy loading. Here is my relavant code