How to set max width of an image in CSS December 31, 2022 by Tarik You can write like this: img{ width:100%; max-width:600px; } Check this http://jsfiddle.net/ErNeT/