SyntaxFix
Write A Post
Hire A Developer
Questions
What you're looking for is min-height and max-height.
min-height
max-height
img { max-width: 100%; height: auto; } .item { width: 120px; min-height: 120px; max-height: auto; float: left; margin: 3px; padding: 3px; }