@erecyclingcorps – The ImageBrowser uses the full-size image within the constraints of the current theme, is this what you are referring to?
Or, are you referring to using another Gallery display type that opens up an ImageBrowser? If that is the case, then you can re-size the thumbnails to present a larger image to suit the aesthetics of the site as you see them.
– Cais.
Yes, I’m aware that it uses the full-size image with the current theme, but is it possible to display a medium-sized image as the selected viewable image, then when clicking that image to enlarge, the full-size image is displayed?
@erecyclingcorps – Have you tried implementing any Custom CSS?
.ngg-imagebrowser img { ... }
You might be able to accomplish what you want by adjusting the max-width property (you may need to also use the !important directive).
Thanks!
– Cais.