wpcasa
wpcasa copied to clipboard
Listing images in lisiting overview in WordPress are distorted
The listing images shown on larger screen sizes in the lisiting overview in WordPress are distorted, since height
and width
are both set to 100%
. This could be solved by adding the following styles to wpsight-admin.css:
.column-listing_title .wpsight-listing-thumbnail img {
object-fit: cover;
}