Changeset 9956
- Timestamp:
- 03/31/11 21:19:33 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/regenerateThumbnails/regenerate_thumbnails.tpl
r9937 r9956 289 289 checkPermitAction() 290 290 }); 291 292 var max_dim = 0; 293 $(window).load(function() { 294 $(".thumbnails img").each(function () { 295 if (jQuery(this).height() > max_dim) 296 max_dim = jQuery(this).height() + 10; 297 if (jQuery(this).width() > max_dim) 298 max_dim = jQuery(this).height() + 10; 299 jQuery("ul.thumbnails span, ul.thumbnails label").css('width', max_dim+'px').css('height', max_dim+'px'); 300 }); 301 }); 291 302 {/literal}{/footer_script} 292 303
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)