$(".example3").colorbox({  inline: true, scrolling: false ,
                    onComplete: function () {
                        $(this).colorbox.resize();
                    }
                });

04-15 20:26