In reference to another question I found : http://stackoverflow.com/questions/1060687/how-can-i-dynamically-resize-the-jquery-colorbox-plugin
If I wanted to resize the colorbox inside of a callback, how would I call it? Also, would it be possible disable scrolling until the resize was complete, then enable it?
$("a[rel='colorbox']").colorbox({
onComplete: function() {
????.colorbox.resize(); // what in the world goes here to get the colorbox?
},
preloading: true
});