Home › Forums › Pro Support › Images are stretched verticaly › Reply To: Images are stretched verticaly
June 12, 2020 at 5:13 pm
#16500
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;
}
}