wpcasa icon indicating copy to clipboard operation
wpcasa copied to clipboard

Listing images in lisiting overview in WordPress are distorted

Open jensdraserschieb opened this issue 6 years ago • 2 comments

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;
}

jensdraserschieb avatar Mar 18 '18 07:03 jensdraserschieb