Dimensions/Cropping of Thumbnails on Listings Pages

This topic contains 6 replies, has 3 voices, and was last updated by  Greg Barr 5 years, 4 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #460257

    Greg Barr
    Full Member
    Post count: 182

    In my V1 site they looked like this, square, with most barely cropped.

    In my V2 site they are rectangular, resulting in most having tops and bottoms cropped.

    Been reading docs and searching, can’t figure out how to get it looking like it used to.
    Can you please tell me how to do that? Thanks.

    #460284

    Kor
    Moderator
    Post count: 16516

    Hi Greg,

    Thanks for your reply. You can make it look better using the custom CSS code below.

    
    
    .geodir-image-container ul.geodir-images li img {
        object-fit: contain!important;
        height:100%!important;
    }
    #460310

    Greg Barr
    Full Member
    Post count: 182

    Awesome, thanks! I woulda sworn that had to be a setting, some function that controlled the generation of the thumbnail image, vs. a CSS/display issue. That “object-fit” trick is a new one for me!

    #460323

    Kor
    Moderator
    Post count: 16516
    This reply has been marked as private.
    #460613

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
    #460650

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #460694

    Greg Barr
    Full Member
    Post count: 182
    This reply has been marked as private.
Viewing 7 posts - 1 through 7 (of 7 total)

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

Open Support Ticket