tphan88
Member
Posted 2 years ago #
Is there a way to prevent NextGEN from enlarging the image in a post or a page. It is OK for me if it reduces the size, but not enlarges.
Here are the sample links:
http://www.on3quest.com/bw
which uses [imagebrowser id=1]
while http://www.on3quest.com/bw/about
which uses [nggallery id=1 template=carousel]
http://wordpress.org/extend/plugins/nextgen-gallery/
dizzyvapor
Member
Posted 1 year ago #
Did you ever find a solution to this? I am having the same problem it seems. Carousel stretches my images for some reason. It's mainly annoying on portrait style images http://vineyandp.com/?page_id=168
dizzyvapor
Member
Posted 1 year ago #
I found the problem while poking around in the stylesheet! You must edit nggallery.css and change this
.ngg-galleryoverview div.pic img{
width: 100%;
}'
Just get rid of the width or adjust it to your liking.