How do I make the "Image Manager" container window larger?
It appears to me that the "Image Manager" (FileManager) displays in a separate container (maybe an iFrame, not sure) that prevents me from making the container window any larger. How do I make the parent iFrame Container larger, ex. making the iFrame container twice the size that it is by default. Not sure if I understand how to resize the main container parent window. I think that I understand that I can resize the left column and the right column within the window, but is it possible to make the main container window larger?
I have tried to change the admin\view\template\common\filemanager.tpl file by increasing the container height and giving the container a width, with no success.
Ex increased container height from 340px to 500px and tried to give the container a width of 600px
admin\view\template\common\filemanager.tpl
Code: Select all
#container {
padding: 0px 10px 7px 10px;
height: 500px;
width: 600px;
}