Created
October 23, 2016 21:20
-
-
Save 0632347878/236e6c50b0e75a06660a31bd2cff0284 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
img { | |
width: auto; /* Автоматическая ширина для пропорциональности высоты */ | |
max-width: 100%; /* Не больше ширины родительского элемента */ | |
max-height: 90vh; /* Не превышая высоту viewport */ | |
margin: 2rem auto; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment