• Resolved gyoung77

    (@gyoung77)


    The gallery always displays pictures long and thin – for all ads – how can I change these dimensions?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Greg Winiarski

    (@gwin)

    You can resize the image to natural dimensions (so it will not look stretched) by adding the code below in wp-admin / Appearance / Customize / Additional CSS panel

    
    .wpadverts-slide-img {
        object-fit: contain !important;
    }
    
Viewing 1 replies (of 1 total)
  • The topic ‘Advert Detail Gallery Dimensions’ is closed to new replies.