2011-10-20 55 views

回答

0

这将调整颜色框(相对于屏幕)当窗口尺寸改变:

$(window).resize(function() { 
    $.colorbox.resize({ 
     width:"75%", //or whatever dimensions you want 
     height:"75%" 
    }); 
});