Find the file style.css in admin/themes/default/css. Add
Code: Select all
.imageframe {height: 300px;}
To select the number of images that are displayed per line in the Image Manager, find the file images.php in lib/filemanager/ImageManager/. Around line 56 you find the line
Code: Select all
$image_per_line = 5;
This has been added to Tips & Tricks at http://www.cmsmadesimple.org/tips_and_tricks.shtml