Skip to content

Instantly share code, notes, and snippets.

@bdalziel
Created November 5, 2012 19:12
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 bdalziel/4019684 to your computer and use it in GitHub Desktop.
Save bdalziel/4019684 to your computer and use it in GitHub Desktop.
Gallery Viewport CSS
.galleryViewport {
position: relative;
width: 100%;
height: 100%;
white-space: nowrap; /* This makes sure the slides stack horizontally */
overflow: hidden; /* We don't want scrollbars - we'll manage the overflow via gallery nav buttons moving the slides relative to this viewport */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment