Ignore:
Timestamp:
Mar 31, 2011, 9:31:22 PM (13 years ago)
Author:
patdenice
Message:

More space in wraps.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/regenerateThumbnails/regenerate_thumbnails.tpl

    r9956 r9957  
    294294  $(".thumbnails img").each(function () {
    295295    if (jQuery(this).height() > max_dim)
    296       max_dim = jQuery(this).height() + 10;
     296      max_dim = jQuery(this).height() + 20;
    297297    if (jQuery(this).width() > max_dim)
    298       max_dim = jQuery(this).height() + 10;
     298      max_dim = jQuery(this).height() + 20;
    299299    jQuery("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px');
    300300  });
Note: See TracChangeset for help on using the changeset viewer.