jquery.kyco.preloader

Brought to you by kyco.io



Cross-domain

Clear cache to force loading images again.

Image elements loaded from remote locations.

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