SyntaxFix
Write A Post
Hire A Developer
Questions
You have a class on your CSS that is overwriting your width and height, the class reads as such:
.postItem img { height: auto; width: 450px; }
Remove that and your width/height properties on the img tag should work.
img