jquery.kyco.preloader

Brought to you by kyco.io



Container

Clear cache to force loading images again.

Overlay forced to container. Image elements take up their space. Image elements revealed as soon as they are preloaded.

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