sprouter-nate
5/7/2020 - 6:11 PM

PowerPack posts grid cropping images to same height

/*
 * add this 'id' value to module > advanced tab > ID
 * "blog-posts-customization"
 */

#blog-posts-customization img.fl-photo-img {
    object-fit: cover;
    height: 240px !important;
}

#blog-posts-customization div.fl-photo-content {
    min-height: 240px;
    max-height: 240px;
    overflow: hidden;
}