Stopdesign Theme - Thumbnail Problem

Hello.

[Screenshot] www.uploaddaily.com/Image-Host/image-260C_49CD132C.jpg

Stopdesign Theme included with Zen Photo.

How can i increase the height of the tumbnail images displayed on the main page.

I do hope you can help please.

Comments

  • 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. )
  • Thanks, i will try this.

    ( I was not expecting anyone to help but thanks so much)
  • Thats great but, its breaks the border and overlaps the descriptions.
  • You will have to make appropriate changes to the stopdesign css files. They were created for the image sizes the theme displays out of the box.
  • Would you be able to be a little more specific in the css parts i need to edit please.
  • Sorry. This theme is quite complex. If you need to be guided as to CSS modifications, this is not a project for you to attempt.
Sign In or Register to comment.