Changeset 13919 for extensions


Ignore:
Timestamp:
Apr 5, 2012, 4:25:44 PM (12 years ago)
Author:
flop25
Message:

set 400px as default max-width

File:
1 edited

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