Pierpaolo
Member
Posted 6 months ago #
Imagegallery fits the pict to the page horizontally. This is useful for landscape images, but portrait images could become bigger then the screen, so user have to scroll the page to see the pict, but he can't see whole pict. Is it possible to set the Imagegallery box dimensions (e.g. 630x500) in order to see the portrait pictures centered and "inside" the screen? Or I have to resize images, setting the height?
http://wordpress.org/extend/plugins/nextgen-gallery/
stacieb
Member
Posted 6 months ago #
I am having the same problem! I went to the custom code area and set the vertical height to 100% and this fixed my vertical images so that they weren't squished but they are zooming out to the same width at the landscape pictures even though they are sized correctly upon upload!
Pierpaolo
Member
Posted 5 months ago #
At the end I have founded a workaround that works for me editing the nggallery.css file in this way:
.ngg-imagebrowser {
height: 75%;
width: 75%;
}