$(".example3").colorbox({ inline: true, scrolling:
false ,
onComplete: function () {
$(this).colorbox.resize();
}
});
2023-12-15 13:56:39
$(".example3").colorbox({ inline: true, scrolling:
false ,
onComplete: function () {
$(this).colorbox.resize();
}
});