the_post_thumbnail(array(X,Y)) doesn't work well
-
Hi everyone,
The size of my posts’ featured images is 700×400 or more, and in order to display them center-cropped to 300×400 I use :
the_post_thumbnail(array(300,400));
However this code displays everything except a 300×400 image. Anybody could tell me how to achieve what I want ?
The topic ‘the_post_thumbnail(array(X,Y)) doesn't work well’ is closed to new replies.