yeesh - slap a 'NSFW' on that, will ya? Unless you're trolling - in which case, well-played
Either way; themes\stopdesign\album.php themes\stopdesign\gallery.php themes\stopdesign\index.php themes\stopdesign\search.php
Adjust the height values in these theme files. Your specific page is gallery.php, I think. Check out line 37 or thereabouts: `<?php printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), null, 210, 59, 210, 59); ?>` Change the '59' values there to whatever height you desire.
( Note that some of the templates use a value of '60' rather than '59'. Not sure why that is - but it's probably good to make them all the same so you don't waste cache space. )
Comments
Either way;
themes\stopdesign\album.php
themes\stopdesign\gallery.php
themes\stopdesign\index.php
themes\stopdesign\search.php
Adjust the height values in these theme files. Your specific page is gallery.php, I think. Check out line 37 or thereabouts:
`<?php printCustomAlbumThumbImage(getAnnotatedAlbumTitle(), null, 210, 59, 210, 59); ?>`
Change the '59' values there to whatever height you desire.
( Note that some of the templates use a value of '60' rather than '59'. Not sure why that is - but it's probably good to make them all the same so you don't waste cache space. )
( I was not expecting anyone to help but thanks so much)