Brought to you by kyco.io
some random text
some random text
Hides the other elements inside the container while preloading.
Ignores other elements inside the container while preloading.
$(document).ready(function() {
$('.demo2.right').kycoPreload({
preloadSelector: false,
showInContainer: true,
useOpacity: true,
hideNonImageElements: true
});
});
$(document).ready(function() {
$('.demo2.left').kycoPreload({
showInContainer: true,
useOpacity: true,
hideNonImageElements: false
});
});