Skip to content

Instantly share code, notes, and snippets.

@dainiuxt
Created March 23, 2017 14:34
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 dainiuxt/7b2011c7360b367f45c89fb82f0684f5 to your computer and use it in GitHub Desktop.
Save dainiuxt/7b2011c7360b367f45c89fb82f0684f5 to your computer and use it in GitHub Desktop.
Divi portfolio grid view image resize. Just change the padding-top until you get the desired aspect ratio.
.et_portfolio_image {
padding-top: 100%;
}
.et_portfolio_image 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