dainiuxt
3/23/2017 - 2:34 PM

Divi portfolio grid view image resize. Just change the padding-top until you get the desired aspect ratio.

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;
 }