• 1.

    I embedded a gallery into a table to limit the size of the images:
    <table style=”height: 200px; width: 400px;” >
    <tbody>
    <tr><td>[imagebrowser id=x]</td></tr>
    </tbody>
    </table>

    NextGEN image-browser shows vertical larger images in original size height. How can I limit the size of shown images at a max height?

    2.

    When I browse in gallery view images (800×500 and 500×800)how can I show vertical larger images (i.e. 500×800) with max height of the portrait view height (i.e. 500)?

    http://wordpress.org/extend/plugins/nextgen-gallery/

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am interested in this answer as well.

    You can add max-height: 500px; for the class in css.

    Can I see the URL of site? I usually use Firebug and see which property I have to change.

    Thread Starter Old Cow

    (@old-cow)

    To 1.) I did fix the problem by resizing the original image, which should not be done on a production site: test-site
    The pink image is the one I had to re-size.

    To 2.) The image uses the full width of the blog content area, but it should only show the max width of the image: test-site

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: NextGEN Gallery] Display images at specific max height’ is closed to new replies.