Resizing Featured Image
-
Hi,
What is the best way to resize the featured image on the single post?
This bit of CSS appears to work.
/* Thumbnail Image */
.hentry a img{
height: auto;
max-width: 90%;
}Is that correct?
How can I make it not affect the size of the featured image on the front page when the latest post option is in play?
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Resizing Featured Image’ is closed to new replies.