I recently set up a Wordpress blog with the BJ Lazy Load plugin and the AVADA theme. However, I've noticed a significant gap under the images on my post grid blog items when scrolling past the page fold.
To address this issue, I implemented a fix by setting a forced height of:
.fusion-blog-layout-grid .fusion-post-wrapper .fusion-image-wrapper img {
height: 230px; !important;
}
While this solution worked, I'm concerned about image stretching when resizing the page or viewing it on different devices. Is there a more effective alternative to forcing a height for each media query?