Skip to content

Instantly share code, notes, and snippets.

@jeffreynolte
Created January 19, 2015 01:46
Show Gist options
  • Save jeffreynolte/03417ccfee97ce4abdb7 to your computer and use it in GitHub Desktop.
Save jeffreynolte/03417ccfee97ce4abdb7 to your computer and use it in GitHub Desktop.
responsive based on height / width
.slideshow{
max-width: 60vh;
max-height: 60vh;
border: 1px solid red;
position: relative;
margin: 0 auto;
display: block;
margin-top: 20vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment