changing image resolution (stopdesign)

Does anyone use the stopdesign theme? I've been trying to simply change the image resolution to width 1024. It is currently at 480x360 for landscape photos. I haven't seen anything in the control panel or the php code. Any suggestions? Thanks.

Comments

  • While I am sure it is possible to do what you wish, I also know you will need to be an expert on CSS PHP. The stopdesign theme has much "hard coded" knowledge of the sizes of images and thumbnails.
  • fretzl Administrator, Developer
    I'm not familiar with this theme but you can try the following:
    (assuming you are referring to the image display in image.php)
    In themes->stopdesign->image.php find this line:
    `<?php printCustomSizedImage(getImageTitle(), null, $ls?480:null, $ls?null:480); ?>`
    and play around with the numbers.
    Test it with landscape images and portrait images because the code recognizes these image orientations and acts accordingly.
    Of course you'll have to modify your CSS/HTML to get it all to display properly.
  • Thanks. I had to edit three files: image.php, custom.css, and photos.css. Most of it was in custom.css to change the resolution and then the css to tweak the surrounding buttons and layout.
  • Thanks. I had to edit three files: image.php, custom.css, and photos.css. Most of it was in custom.css to change the resolution and then the css to tweak the surrounding buttons and layout.
  • acrylian Administrator, Developer
    No double posts please!!!
Sign In or Register to comment.