Image cropping seems to be occurring

This topic contains 2 replies, has 2 voices, and was last updated by  John Overend 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #483673

    John Overend
    Full Member
    Post count: 103

    Pretty sure this has only just started, but the main image at the top of every listing (as an example that’s obvious try https://www.carsuk.net/gibsons-auto-services/) is cropped at the side.

    If I use inspect element and turn off 100% height the full image is resolved so it’s there – but almost sure this wasn’t the case until today or someone would have noticed.

    #483679

    Guust
    Moderator
    Post count: 29970

    There is a new option since GD 2.0.0.56 for the images output, adjust your shortcode or block.
    Thanks

    #483689

    John Overend
    Full Member
    Post count: 103

    The only way we could find to fix it is:

    /*GeoDirectory V2 – Detail Page – Fit image into area without cropping*/
    .single .geodir-images img {
    width: 100%!important;
    height: 100%!important;
    object-fit: contain!important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket