View Full Version : Setting default photo size?
superchief
4th of October 2006 (Wed), 22:28
I probably overlooked something very obvious, but how do I set the default photo size in EE 2.0? in 1.5 there was a default size...
Also, how do I control the order that the size options are displayed in on the lower right corner of the photo?
Pekka
5th of October 2006 (Thu), 12:28
I probably overlooked something very obvious, but how do I set the default photo size in EE 2.0? in 1.5 there was a default size...
Path editor default size selection is gone in EE 2. The default size is now chosen by pixels in basecode/SETUP_settings.php, and also explained there
// default photo size served. Value is in pixels.
// "800" means the default size is a photo where all sides are smaller than or equal to 800 pixels.
// "0" means smallest available
// "99999" means largest available
// THIS SETTING HAS NO EFFECT (RANDOM RESULT) UNLESS PHOTO SIZES ARE STORED IN DATABASE.
$s_default_size = "0";
Also, how do I control the order that the size options are displayed in on the lower right corner of the photo?[/QUOTE]
That sorting code is now missing in EE 2. It is on todo list.
vBulletin® v3.6.12, Copyright ©2000-2012, Jelsoft Enterprises Ltd.