Skip to content

Instantly share code, notes, and snippets.

@btorresgil
Last active February 1, 2020 04:01
Show Gist options
  • Save btorresgil/608204baacd24fe29419c43c69629ff6 to your computer and use it in GitHub Desktop.
Save btorresgil/608204baacd24fe29419c43c69629ff6 to your computer and use it in GitHub Desktop.
img {
height: auto;
width: 100%;
/* even more control with max-width */
max-width: 720px;
/* max-height fixes stretching issues in safari/ios */
max-height: 200px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment