Skip to content

Instantly share code, notes, and snippets.

@KaiserEMP
Created February 8, 2018 12:49
Show Gist options
  • Select an option

  • Save KaiserEMP/15e4630ae1b1cfba211cd463713022e2 to your computer and use it in GitHub Desktop.

Select an option

Save KaiserEMP/15e4630ae1b1cfba211cd463713022e2 to your computer and use it in GitHub Desktop.
Re
.slide-image {
text-align: center;
height: 390px;
width: 100%;
position: relative;
overflow: hidden;
img {
position: absolute;
left: 50%;
top: 50%;
height: 100%;
max-width: none;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment