/* make img wrapp square */
.kuGridView .klevuImgWrap{
height: auto !important;
}
.kuGridView .klevuImgWrap::before {
content: "";
display: block;
padding-bottom: 100%;
}
.kuGridView .klevuImgWrap img{
max-width: 100% !important;
max-height: 100% !important;
}
/* END OF make img wrapp square */
Created
March 19, 2019 10:45
-
-
Save yeromin/e2ff3deded95b099363b6a4bcd56f6f8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment