$(".example3").colorbox({ inline: true, scrolling:
false ,
onComplete: function () {
$(this).colorbox.resize();
}
});
原文:http://www.cnblogs.com/hgblog/p/3536500.html