Skip to content

Instantly share code, notes, and snippets.

@timneutkens
Last active July 22, 2016 07:43
Show Gist options
  • Save timneutkens/d31741702d69ae6f73b83f6720a5e0f9 to your computer and use it in GitHub Desktop.
Save timneutkens/d31741702d69ae6f73b83f6720a5e0f9 to your computer and use it in GitHub Desktop.
Swiper.js horizontal slider styling
.swiper-container {
position: relative;
overflow: hidden;
width: 100%;
}
.swiper-wrapper {
position: relative;
width: 10000%;
}
.swiper-slide {
position: relative;
float: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment