• Resolved rawkus2g

    (@rawkus2g)


    Hello! The images on my page are all cropped. What’s the best way to keep this from happening? Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author 100plugins

    (@100plugins)

    Hi @rawkus2g,

    Just add this CSS code to your theme:

    .open-user-map .box-wrap .map-wrap .leaflet-map .leaflet-popup-content-wrapper .leaflet-popup-content .oum_location_image img {
        object-fit: contain !important;
        aspect-ratio: auto !important;
    }

    Best regards,
    Daniel

Viewing 1 replies (of 1 total)
  • The topic ‘How do I keep the images from being cropped?’ is closed to new replies.