Skip to content

Instantly share code, notes, and snippets.

@julzmon
Created October 15, 2014 20:28
Show Gist options
  • Save julzmon/c7aca274a916db4546a0 to your computer and use it in GitHub Desktop.
Save julzmon/c7aca274a916db4546a0 to your computer and use it in GitHub Desktop.
Horizontal scrolling images
.creenshots {
height: 400px;
overflow-x: scroll;
overflow-y: hidden;
-webkit-overflow-scrolling: touch;
white-space: nowrap;
img {
height: 100%;
display: inline;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment