NextGen Gallery in WordPress – How do I change the size of my Image Gallery?

If you choose image browser from your NextGen menu in a post, it will default to full width of the column (570 pixels wide In my case) this means vertical photos will be bigger as they will stretch to that width and maybe not look as nice.

If you wish to bound any object in WordPress or on the web, tables a good way to do this as the object in question can not exceed the bounds it’s given to live within.

after inserting your code for the imagebrowser you get:

(imagebrowser id=4) except square brackets

try wrapping it in a center wrap and a table wrap with a limiter width on the table.

<center> <table width=”320″> (imagebrowser id=4) </table></center>

now your imagebrowser will be 320 wide and centered.

For slideshows, if you wish to change the size of those throughout your site, you can select options from the NextGen gallery menu on the left menu bar in WordPress.

then you can select slideshow and change the size of your slideshow window.

I recommend you resize your photos for a multiple of the default slideshow size.

If your slideshow default size is 320×200  Pics can be 640×480, 940×680, 1024×768 this way your slideshow pictures won’t be fuzzy.

If the second window is not smaller, Check it out with firefox or chrome, This theme has a weird buggy table issue in IE I’m working on it.
[imagebrowser id=1]

Here it is bound to 320px

[imagebrowser id=1]

Comments are closed.