Don't change featured image size
Hi, I don't want the featured images to be resized in blog. How do I to keep that with its real width and height (example: http://tova.com.br/vibe-tova/20-resolucoes-de-ano-novo-para).
Thanks a lot.
Comments
all changes for images, you can do under functions/theme-functions.php file where add_image_size() functions are.
Thanks!