louzucaro
Member
Posted 3 years ago #
I have a problem, in both IE and Firefox, that when you display a gallery, all of the thumbnails get stacked up weirdly if they're mixed portrait / landscape. It looks terrible...is there a way to force NextGen Gallery to just put them all in a nicely-aligned table or something?
Example screenshot here:
http://old.pause.com/example.jpg
Thanks!
bee dudler
Member
Posted 3 years ago #
Hi,
there are no tables in the gallery overview, there is one not so elegant way you could try giving them a fixed height : Edit the css (galler->style) of ngg you are using, adding a fixed height adapted to height of portraits, after that every thumbbox regardless be same height and no empty spaces anymore e.g. (adjust height to your needs):
look for .ngg-gallery-thumbnail-box {
put inside the brackets:
height:310px;
best regards
bee
louzucaro
Member
Posted 3 years ago #
Thanks a bunch...it may not be perfect, but it does what I was looking for, so I really appreciate it!
Have a great weekend :)