jquery.kyco.preloader

Brought to you by kyco.io



Silent mode

Clear cache to force loading images again.

Hide preloader. Show images progressively.

Hide preloader. View console to see what's happening.

View console to see more info and loading times.
$(document).ready(function() {
    $('.demo2.right').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        silentMode: true,
        progressiveReveal: true
    });
});
$(document).ready(function() {
    $('.demo2.left').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        debugMode: true,
        silentMode: true
    });
});