Brought to you by kyco.io
Background image of container will not be preloaded, i.e. it will show as soon as it is loaded.
Background image of container is hidden and will be preloaded.
$(document).ready(function() { $('.demo2.right').kycoPreload({ preloadSelector: false, // will show background as soon as it is loaded showInContainer: true, useOpacity: true, progressiveReveal: false }); });
$(document).ready(function() { $('.demo2.left').kycoPreload({ hideBackground: true, showInContainer: true, useOpacity: true, progressiveReveal: true }); });