Skip to content

Instantly share code, notes, and snippets.

@yeromin
Created March 19, 2019 10:45
Show Gist options
  • Save yeromin/e2ff3deded95b099363b6a4bcd56f6f8 to your computer and use it in GitHub Desktop.
Save yeromin/e2ff3deded95b099363b6a4bcd56f6f8 to your computer and use it in GitHub Desktop.
/* 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 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment