Skip to content

Instantly share code, notes, and snippets.

@shopifypartners
Last active July 29, 2019 09:37
.image {
display: block;
margin: 0 auto;
width: 100%;
}
.grid-view-item__image-wrapper .image {
position: absolute;
top: 0;
}
.image.lazyload {
opacity: 0;
}
.image-wrapper {
margin: 0 auto;
position: relative;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment