We're merging with GenerateBlocks! Learn more here.

Support Forum

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Images are stretched verticaly Reply To: Images are stretched verticaly

#16500
Tom
Keymaster

Try this:

@media only screen and (max-width: 768px) {
    .wpsp-card .wp-show-posts-image img {
        max-height: unset;
        object-fit: unset;
        height: auto;
    }
}