mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 19:29:58 +03:00
Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme. Use standard square parameters for mobile theme. Change square parameters to 120px. git-svn-id: http://piwigo.org/svn/trunk@13472 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
5464e7b697
commit
db7e67ae20
5 changed files with 33 additions and 32 deletions
|
@ -160,7 +160,7 @@ final class ImageStdParams
|
|||
private static function make_default()
|
||||
{
|
||||
self::$watermark = new WatermarkParams();
|
||||
self::$type_map[IMG_SQUARE] = new DerivativeParams( SizingParams::square(100,100) );
|
||||
self::$type_map[IMG_SQUARE] = new DerivativeParams( SizingParams::square(120,120) );
|
||||
self::$type_map[IMG_THUMB] = new DerivativeParams( SizingParams::classic(144,144) );
|
||||
self::$type_map[IMG_SMALL] = new DerivativeParams( SizingParams::classic(240,240) );
|
||||
self::$type_map[IMG_MEDIUM] = new DerivativeParams( SizingParams::classic(432,432) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue