Is there a way to make an image maintain a specific height while also adjusting its width according to the user's screen size?
Below is the CSS for the image:
#cafe {
max-width: 100%;
height: 700px;
}
See the resulting output: https://i.sstatic.net/o7NjX.jpg