Home Forums Newsletter Plugin Support How to change image size in theme-1

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #11095
    coquex14
    Participant

    I want to use the theme-1 but the default image resizing of my blog is cutting some pixels up and down of my images.

    The default resize dimensions actually are 150×150 and I want to change it to 100×150 to maintain the image ratio.

    What file I need to edit in order to make this happen?

    Thank you!

    #11100
    Stefano
    Keymaster

    Hi, the 150×150 is the standard wordpress thumbnail. You can try to modify the theme to extract the “medium” size and force a resize in html

    #11135
    gilberto
    Participant

    How do I change this:

    <?php if (isset($theme_options['theme_thumbnails'])) { ?>

    To pull in medium sized images rather than the standard thumbnail sized?

    Thanks!

    #11136
    gilberto
    Participant

    Found it now, it’s actaully in the next part of the code:

    <?php echo newsletter_get_post_image($post->ID, 'medium'); ?>">

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.