Recently there was an order to make up a site where the heroes of the magazine were placed on the main page. And these characters are the navigation menu. Accordingly, cut the picture and drove it into the link as follows:
<a href="#"><img src="img/picture.jpg" /></a>
Everything is aligned, as it is supposed to. I made a sticky footer and if the screen height is not less than 800 pixels, then the scaling happens with a bang, but go to the laptop with a diagonal of 15. Appears scrolling-decided to reduce the pictures and load them through CSS3
@media all and (max-width: 800px)
and there must be another style for this permission.
Question : how can I be in CSS <img>
bend another image, the one that is smaller scale? (it seems this adaptive layout is called)