Skip to content

Instantly share code, notes, and snippets.

@derhasi
Created September 8, 2015 14:01
Show Gist options
  • Save derhasi/176313fa1f1aa84189a8 to your computer and use it in GitHub Desktop.
Save derhasi/176313fa1f1aa84189a8 to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="gallery">
<img src="http://i3.bstatic.de/sites/default/files/styles/gallery_large/public/gettyimages-478925238.jpg?itok=IqPfTVbU">
<!--<img src="http://i3.bstatic.de/sites/default/files/styles/gallery_large/public/ddpimages_05879631.jpg?itok=zai-mIxT">-->
</div>
// ----
// libsass (v3.2.5)
// ----
.gallery {
position: absolute;
background: red;
width: 100%;
height: 100%;
}
img {
zoom: 4;
display: block;
margin: auto;
height: auto;
max-height: 100%;
width: auto;
max-width: 100%;
}
.gallery {
position: absolute;
background: red;
width: 100%;
height: 100%;
}
img {
zoom: 4;
display: block;
margin: auto;
height: auto;
max-height: 100%;
width: auto;
max-width: 100%;
}
<div class="gallery">
<img src="http://i3.bstatic.de/sites/default/files/styles/gallery_large/public/gettyimages-478925238.jpg?itok=IqPfTVbU">
<!--<img src="http://i3.bstatic.de/sites/default/files/styles/gallery_large/public/ddpimages_05879631.jpg?itok=zai-mIxT">-->
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment