Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

post Image Size

$
0
0

Replies: 1

I would like my post images to be a set size and not their full size.

i have tried

.post img {
    max-width: 550px; /* Adjust this value according to your content area size*/
    height: auto;
    }

which sounded very reasonable.
but nothing changed.

I am following this video tutorial for creating your own theme


Viewing all articles
Browse latest Browse all 59525

Trending Articles