Viewing 9 replies - 1 through 9 (of 9 total)
  • I’ve just notice this as well. Hope you get an answer. I just uploaded a verticle photo that was only 683px high and what showed up on the site was double the height.

    Oh and I also just noticed that if you click on the photo and it opens the shadowbox photo…the photo in the shadow box is the right size. But not on the website. This is using the Gallery Imagebrowser.

    bump

    This is sometime that’s bugged me for many years.

    I’ve asked here in the forums and never receive an answer.

    Would be nice if Alex made it so pictures aren’t displayed with a universal size. Better to get the file attributes and display the image with it’s own file size.

    Anyone have an idea ?

    In the “/wp-content/plugins/nextgen-gallery/css/nggallery.css” find the “Image Browser Style” section. Then this:

    .ngg-imagebrowser img {
    	border:1px solid #A9A9A9;
    	margin-top: 10px;
    	margin-bottom: 10px;
    	/*width: 100%;*/
    	display:block !important;
    	padding:5px;
    }

    Notice I have commented out the “width: 100%” line. That’s what does it.

    @duanemitchell

    Wow thank you ! Works perfectly !

    Do you know how to fix the slide show ?

    Not constrains the file size, just display like your fix ?

    Also, to center the image add this below that style:

    margin-left: auto;
    margin-right: auto;

    Not sure about the slide show. Isn’t that set in prefernces?

    @duanemitchell

    Nice ! That was need to improve the image browser.

    Do you have any idea how to display a slideshow doesn’t rely on a fixed width and height setting ?

    I don’t have that problem with the slide show. I think you set the max width and height in the plug-in options and also select to “resize on upload”.

    OK maybe I’m not explaining my problem correctly.

    I would rather not set a size.

    Just have the slide show so the image at it’s original size.

    So if a image is 800×600 and the next image is 1024×768 they don’t get resized to the pre-deteremined size.

    Probably not possible.

    I appreciate your help. Thank you.

    hmm…don’t know about that one. Might not be possible.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘[Plugin: NextGEN Gallery] Images sizes in Image browser’ is closed to new replies.