Can anybody can tell me how to give a particular image size to a image using the_post_thumbnail()
?
I have also tried add_image_size( 'image', 270, 180 );
and Wordpress admin settings, but I'm not able to change the image size as I want. Is there any dynamic way to change the image size?