Changeset 13919

Show
Ignore:
Timestamp:
04/05/12 16:25:44 (15 months ago)
Author:
flop25
Message:

set 400px as default max-width

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • extensions/imgpreview/maintain.inc.php

    r11948 r13919  
    77INSERT INTO ' . CONFIG_TABLE . ' (param,value,comment) 
    88        VALUES 
    9         ("imgpreview" , "600#600#true#true" , "max-width#max-height#title#opacity");'; 
     9        ("imgpreview" , "400#600#true#true" , "max-width#max-height#title#opacity");'; 
    1010    pwg_query($q); 
    1111