The AJAX content loaded in a Colorbox has some JavaScript included that resizes things within the content. Colorbox determines its sizing based on the sizes before all of th
$(window).resize(function(){ $.colorbox.resize({ maxWidth:"auto", width:95+'%', }); });