DEV Community

Discussion on: What CSS tip do you want to share with others?

Collapse
 
dzhavat profile image
Dzhavat Ushev

It's a good one. May I suggest using max-width instead of width. The former will make sure the image doesn't stretch if its width is smaller than the parents'.

Collapse
 
vanaf1979 profile image
Stephan Nijman

You are absolutely right. I changed the example! :) Thanks.