jQuery(function($) {
  if ($.fn.colorbox) {
    $('a[rel*=colorbox]').colorbox({ maxHeight: "95%" });
  }
});
