Home › Forums › Pro Support › Cards image size › Reply To: Cards image size
August 27, 2019 at 5:10 pm
#10923
Keymaster
Does this CSS do the trick?:
.wpsp-card .wp-show-posts-image img,
.wpsp-card.wp-show-posts-columns .wp-show-posts-single .wp-show-posts-image img {
object-fit: unset;
}