Show
Ignore:
Timestamp:
03/03/12 19:09:10 (15 months ago)
Author:
patdenice
Message:

Multisize and mobile theme.
Use ajax loader for thumbnails in mobile theme.
Use standard square parameters for mobile theme.
Change square parameters to 120px.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/include/derivative_std_params.inc.php

    r13038 r13472  
    161161  { 
    162162    self::$watermark = new WatermarkParams(); 
    163     self::$type_map[IMG_SQUARE] = new DerivativeParams( SizingParams::square(100,100) ); 
     163    self::$type_map[IMG_SQUARE] = new DerivativeParams( SizingParams::square(120,120) ); 
    164164    self::$type_map[IMG_THUMB] = new DerivativeParams( SizingParams::classic(144,144) ); 
    165165    self::$type_map[IMG_SMALL] = new DerivativeParams( SizingParams::classic(240,240) );