flynam
Results
1
comments of
flynam
Here is a JS/JQ workaround: $(document).bind('cbox_complete', function(){ if ($("#colorbox").width() < 350) { $.colorbox.resize({ width: 350 }); } });