Brought to you by kyco.io
Hide preloader. Show images progressively.
Hide preloader. View console to see what's happening.
$(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
});
});