Brought to you by kyco.io
 
		 
		 
		 
		 
		 
		 
		 
		 
		 
	Image elements loaded from remote locations.
$(document).ready(function() {
    $('.demo').kycoPreload({
        showInContainer: true,
        useOpacity: true,
        progressiveReveal: true,
        truePercentage: false
    });
});