Hi,
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 There is a small vertical scroll bar on this colorbox content when its FIRST loaded. I've seen it happen sporatically in Firefox
and chrome
for OSX
example - scroll to bottom and click the contact link.
attempt #1
$("a.modalAutosize").each(function(){
$(this).colorbox();
});
active code on example
$("a.modalAutosize").each(function(){
$(this).colorbox({onOpen: function(){$.fn.colorbox.resize()}});
});