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