Created
February 21, 2017 17:56
-
-
Save zhabinka/b93f8d00243cabb6bdf50d1433c1c759 to your computer and use it in GitHub Desktop.
Resposive images line
This file contains hidden or 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-container { | |
| overflow: hidden; | |
| max-height: 320px; /* ограничиваем высоту контейнера */ | |
| max-width: 1160px; /* ограничиваем ширину контейнера */ | |
| padding: 0 0 20px 0; | |
| } | |
| .img-container > img { | |
| height: auto; | |
| float: left; | |
| } | |
| <img style="width: 37.06896551724138%; padding-right: 1.72413793103448%;" src="" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment