jquery.kyco.preloader

Brought to you by kyco.io



Other elements

some random text


more interference

some random text


more interference
Clear cache to force loading images again.

Hides the other elements inside the container while preloading.

Ignores other elements inside the container while preloading.

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