Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active August 29, 2015 14:10
Show Gist options
  • Save gearmobile/26784a1bc30c8d2c88fc to your computer and use it in GitHub Desktop.
Save gearmobile/26784a1bc30c8d2c88fc to your computer and use it in GitHub Desktop.
Image Responsive
.img-responsive {
display: block;
width: 100%;
height: auto;
}
@gearmobile
Copy link
Author

CSS для создания адаптивного изображения

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment