$(".example3").colorbox({ inline: true, scrolling: false ,
onComplete: function () {
$(this).colorbox.resize();
}
});
2023-12-02 21:34:22
$(".example3").colorbox({ inline: true, scrolling: false ,
onComplete: function () {
$(this).colorbox.resize();
}
});