Skip to content

Instantly share code, notes, and snippets.

@seanredmond
Forked from gacha/colorbox-title-hack.js
Created March 7, 2012 16:08
Show Gist options
  • Save seanredmond/1994036 to your computer and use it in GitHub Desktop.
Save seanredmond/1994036 to your computer and use it in GitHub Desktop.
Simplified a bit. Just move #cboxTitle into #cboxLoadedContent
$(document).bind('cbox_complete', function () {
if ($('#cboxTitle').height() > 20) {
$('#cboxLoadedContent').append($('#cboxTitle'));
$.fn.colorbox.resize();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment