Can I change the size of the featured image using css?
My featured image size is set at 500 x 300, I would like to change it to 210 x 300.
At the moment it is stretching my pics, you can view a sample below.
Thanks
Can I change the size of the featured image using css?
My featured image size is set at 500 x 300, I would like to change it to 210 x 300.
At the moment it is stretching my pics, you can view a sample below.
Thanks
Hi,
I guess you can do something like this on your custom.css
li.featured img {
width: 210px;
height: 100%;
}
or edit the thumbnails sizes on functions.php then regenerate the thumbnails. How did you add the image?
Regards,
Ismael
Works great. Thanks
This topic has been closed to new replies.