Image Manager Iframe View
Posted: Fri Sep 28, 2012 9:07 am
Can anyone help please, as I cannot find an answer here.
The viewport in the image manager is tiny, and when you have added a lot of images is very hard to see them.
The css was this originally:
iframe.imageframe {
margin-top: 10px;
border: none;
width: 100%
}
I added a height to it as the viewport is very small. But once I put a height on the css the scroll bar disapears. I have tried to put overflow: auto, but this is not working.
I need it to be bigger so you can view more images, and if possible have horizontal and vertical scroll bars.
Once you set the height on the iframe, it completely loses the scroll bars even if the viewport is not big enough, so you cannot see the images. Has anyone done a fix for this issue.
Thanks
The viewport in the image manager is tiny, and when you have added a lot of images is very hard to see them.
The css was this originally:
iframe.imageframe {
margin-top: 10px;
border: none;
width: 100%
}
I added a height to it as the viewport is very small. But once I put a height on the css the scroll bar disapears. I have tried to put overflow: auto, but this is not working.
I need it to be bigger so you can view more images, and if possible have horizontal and vertical scroll bars.
Once you set the height on the iframe, it completely loses the scroll bars even if the viewport is not big enough, so you cannot see the images. Has anyone done a fix for this issue.
Thanks