Home › Forums › Newsletter Plugin Support › How to change image size in theme-1
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!
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
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!
Found it now, it’s actaully in the next part of the code:
<?php echo newsletter_get_post_image($post->ID, 'medium'); ?>">