Skip to content

Instantly share code, notes, and snippets.

@gacha
Created May 4, 2011 18:08
Show Gist options
  • Save gacha/955687 to your computer and use it in GitHub Desktop.
Save gacha/955687 to your computer and use it in GitHub Desktop.
Colorbox title for long lines
$(document).bind('cbox_complete', function(){
$("#cboxTitle").hide();
$("<div>"+$("#cboxTitle").html()+"</div>").css({color: $("#cboxTitle").css('color')}).insertAfter(".cboxPhoto");
$.fn.colorbox.resize();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment