Hi Rodica, thanks for your response. After going though all the setting I can’t get it to work. Also, I tried adding a new Post Grid widget without any luck. So, I added the following code to the site which fixes the desktop layout. I’ll be working on mobile next. Let me know what you think. Thanks.
-John
.obfx-grid .obfx-grid-col-image.obfx-fit-height img {
width: auto;
height: 100%;
}
/*-added this code that overwrites above code. the above code gets loaded on page load and disappears when viewport is resized.*/
.obfx-grid .obfx-grid-col-image.obfx-fit-height img {
width: 100% !important;
height: auto !important;
}