Ignore:
Timestamp:
Mar 3, 2012, 7:09:10 PM (12 years 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.

File:
1 edited

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) );
Note: See TracChangeset for help on using the changeset viewer.