Skip to content

Instantly share code, notes, and snippets.

@djm56
Last active November 30, 2017 12:18
Show Gist options
  • Save djm56/338eec0f4b67c7f7975a40ccc8efe8dd to your computer and use it in GitHub Desktop.
Save djm56/338eec0f4b67c7f7975a40ccc8efe8dd to your computer and use it in GitHub Desktop.
Make gallery Images in Divi Square.
.et_pb_grid_item .et_pb_gallery_image {
padding-top:100%;
}
.et_pb_grid_item img {
position: absolute;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
object-fit: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment