Change height of the Image Manager + images per line

Do something cool with CMS? Show us ...
This board is for 'Answers', and the discussion of answers... Not for questions.
Post Reply
westis

Change height of the Image Manager + images per line

Post by westis »

If you would like to change the height of the Image Manager in the Admin Panel, you need to set the class imageframe in the CSS file for the admin theme.

Find the file style.css in admin/themes/default/css. Add

Code: Select all

.imageframe {height: 300px;}
or whatever height you would like.

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;
Change this number to whatever number of images to display per line.

This has been added to Tips & Tricks at http://www.cmsmadesimple.org/tips_and_tricks.shtml
Post Reply

Return to “Tips and Tricks”