- Timestamp:
- 04/02/11 15:57:55 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
extensions/regenerateThumbnails/regenerate_thumbnails.tpl
r9959 r9993 287 287 }); 288 288 289 var max_dim = 0;289 var max_dim = 20; 290 290 $(".thumbnails img").each(function () { 291 if ($(this).height() > max_dim)291 if ($(this).height() > (max_dim-20)) 292 292 max_dim = $(this).height() + 20; 293 293 if ($(this).width() > max_dim)
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)