You can customize the img
class and the max-width
property:
img{
width: 100%;
max-width: 800px;
}
max-width
is important. Otherwise your image will scale too much for the desktop. There isn't any need to put in the height
property, because by default it is auto mode.