So I\'m using the colorbox plugin for a contact form. I am just the default colorbox properties, so it should automatically adjust to the div it contains (right?).
Well
$("a.modalAutosize").each(function(){ $(this).colorbox(); });
You don't have to write an each() function here. You can turn scrolling off.
each()
Eg.
$("a.modalAutosize").colorbox({scrolling: false});