Subversion-Projekte lars-tiefland.ci

Revision

Revision 2147 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 2147 Revision 2148
Zeile 136... Zeile 136...
136
                '' => array(
136
                '' => array(
137
                    // Automatically rotate images based on EXIF meta data:
137
                    // Automatically rotate images based on EXIF meta data:
138
                    'auto_orient' => true
138
                    'auto_orient' => true
139
                ),
139
                ),
140
                // Uncomment the following to create medium sized images:
140
                // Uncomment the following to create medium sized images:
141
                /*
-
 
142
                'medium' => array(
141
                'medium' => array(
143
                    'max_width' => 800,
142
                    'max_width' => 800,
144
                    'max_height' => 600
143
                    'max_height' => 600
145
                ),
144
                ),
146
                */
-
 
147
                'thumbnail' => array(
145
                'thumbnail' => array(
148
                    // Uncomment the following to use a defined directory for the thumbnails
146
                    // Uncomment the following to use a defined directory for the thumbnails
149
                    // instead of a subdirectory based on the version identifier.
147
                    // instead of a subdirectory based on the version identifier.
150
                    // Make sure that this directory doesn't allow execution of files if you
148
                    // Make sure that this directory doesn't allow execution of files if you
151
                    // don't pose any restrictions on the type of uploaded files, e.g. by
149
                    // don't pose any restrictions on the type of uploaded files, e.g. by