Skip to content

Instantly share code, notes, and snippets.

@zhabinka
Created February 21, 2017 17:56
Show Gist options
  • Select an option

  • Save zhabinka/b93f8d00243cabb6bdf50d1433c1c759 to your computer and use it in GitHub Desktop.

Select an option

Save zhabinka/b93f8d00243cabb6bdf50d1433c1c759 to your computer and use it in GitHub Desktop.
Resposive images line
.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