Skip to content

Instantly share code, notes, and snippets.

@0632347878
Created October 23, 2016 21:20
Show Gist options
  • Save 0632347878/236e6c50b0e75a06660a31bd2cff0284 to your computer and use it in GitHub Desktop.
Save 0632347878/236e6c50b0e75a06660a31bd2cff0284 to your computer and use it in GitHub Desktop.
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