Full size images for featured images in Travelify WordPress theme

Hi Aigars,

Firstly thanks a lot for a great work!! I’m working with your theme and honestly I really like it:) There is one thing which I can’t fix. I use a static home page with the latest post and featured images. Is there any way to display full size image instead of the resized featured (width=”670″ height=”300″)?

Thanks!

You can change size of featured image inside Appearance – Editor -functions.php

add_image_size( ‘featured’, 670, 300, true );
You can just try to increase the height to something that will always work because changing image width might cause problems with displaying content properly.

You might have to regenerate thumbnails once you have changed settings inside functions.php because they won’t be updated automatically. Here is a great plugin that does just that.

Thank you so much! I was close yesterday, because I thought to change the function.php but I didn’t know about this plugin to regenerate. Great!!