Skip to content

Instantly share code, notes, and snippets.

@jamesnotjim
Created April 12, 2017 19:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jamesnotjim/0bdce00bcafb79abecd24097fa779da4 to your computer and use it in GitHub Desktop.
Save jamesnotjim/0bdce00bcafb79abecd24097fa779da4 to your computer and use it in GitHub Desktop.
Keep responsive images from scaling up beyond a reasonable limit.
<style type="text/css">
.img-responsive {
max-width: 800px;
};
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment