YCodaSlider 3.0 - Debug lazyload
jQuery(window).ycodacss('ycodaslider-3.0.css'); //CUSTOMIZE URL
jQuery(document).ready(function() {
jQuery("#panel-gallery1")
.ycodagallery()
.ycodalazy({
threshold : 2,
placeholder: "images/grey.gif", //CUSTOMIZE URL
classcss : 'placeholder_custom'
});
});
jQuery(window).bind("load", function() {
jQuery(".ycodaslider")
.ycodaslider({debug : true});
});
jQuery(window).ycodacss('ycodaslider-3.0.css'); //CUSTOMIZE URL
jQuery(document).ready(function() {
jQuery("#panel-gallery2")
.ycodagallery()
.ycodalazy({
threshold : 0,
effect : "slideDown",
placeholder: "images/loading.gif" //CUSTOMIZE URL
});
});
jQuery(window).bind("load", function() {
jQuery(".ycodaslider")
.ycodaslider({debug : true});
});