jquery.kyco.preloader

Brought to you by kyco.io



Sequential load

Clear cache to force loading images again.

Force images to load sequentially.

View console to see more info and loading times.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: true,
        forceSequentialLoad: true
    });
});