Skip to content

Instantly share code, notes, and snippets.

@kalimar
Last active August 29, 2015 14:06
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 kalimar/1c5a393ae4e01c20de2a to your computer and use it in GitHub Desktop.
Save kalimar/1c5a393ae4e01c20de2a to your computer and use it in GitHub Desktop.
Generated by SassMeister.com.
<div class="grid">
<div class='photo'
style="background-image: url('http://www.customink.com/photos/system/images/39331/original/931213063.JPG')">
<img src='http://www.customink.com/photos/system/images/39331/original/931213063.JPG' />
</div>
<div class='photo'
style="background-image: url('http://www.customink.com/photos/system/images/28263/original/image.jpg?1392311502')">
<img src='http://www.customink.com/photos/system/images/28263/original/image.jpg?1392311502' />
</div>
</div>
// ----
// Sass (v3.4.4)
// Compass (v1.0.1)
// ----
.photo {
width: 720px;
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
overflow:hidden;
img {
min-height: 100%;
min-width: 100%;
opacity: 0; /* modern browsers */
/* ie 8 */
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
}
.photo {
width: 720px;
height: 400px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin: 0 auto;
overflow: hidden;
}
.photo img {
min-height: 100%;
min-width: 100%;
opacity: 0;
/* modern browsers */
/* ie 8 */
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
<div class="grid">
<div class='photo'
style="background-image: url('http://www.customink.com/photos/system/images/39331/original/931213063.JPG')">
<img src='http://www.customink.com/photos/system/images/39331/original/931213063.JPG' />
</div>
<div class='photo'
style="background-image: url('http://www.customink.com/photos/system/images/28263/original/image.jpg?1392311502')">
<img src='http://www.customink.com/photos/system/images/28263/original/image.jpg?1392311502' />
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment