derhelge
Member
Posted 4 years ago #
Hi Folks,
in my current wordpress-solution is a bug and i cant find it. On http://steilmann-fussballschule.de/?page_id=12&album=1&gallery=2 you can see a gallery-overview and the problem... The thumbnails are ordered not very nicely. Does anyone has an idea?
barclay_reg
Member
Posted 4 years ago #
Hi All,
I have a similar problem:
if i choosed Show thumbnail description = none, then my thumbs are displayed as thin, vertical stripes. If I set the width fix it's working, but is there also any other way, that the div-box 'ngg-gallery-thumbnail' allways fit?
Please read the FAQ and if it not helps , please post a link
http://kubavats.com/?page_id=10
admin 1234567
Look at "ganesh"
200px
I can only suggest in your case to use a fixed height , like :
nggallery.css (line 126)
.ngg-galleryoverview .desc {
height:250px;
margin:0px 10px 10px 0px;
padding:5px;
}