- Timestamp:
- 03/31/11 21:31:22 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/regenerateThumbnails/regenerate_thumbnails.tpl
r9956 r9957 294 294 $(".thumbnails img").each(function () { 295 295 if (jQuery(this).height() > max_dim) 296 max_dim = jQuery(this).height() + 10;296 max_dim = jQuery(this).height() + 20; 297 297 if (jQuery(this).width() > max_dim) 298 max_dim = jQuery(this).height() + 10;298 max_dim = jQuery(this).height() + 20; 299 299 jQuery("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px'); 300 300 });
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)