Images/thumbnails

This topic contains 6 replies, has 2 voices, and was last updated by  Jason 6 years, 10 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #386779

    Jason
    Expired Member
    Post count: 46

    Is there a way to fix the image sizing on the detail/single page? Ideally I would like the whole image to show but I would take having at least the head of the dog showing instead of it being cut off.

    Thanks

    #386780

    Jason
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #386822

    Kor
    Moderator
    Post count: 16516

    Hi Jason,

    Please insert the custom CSS code below into GD > Design > Scripts > Custom Style CSS and see if it’s what you’re looking for.

    
    
    #geodir-post-gallery a .geodir_thumbnail {
        background-position: top center!important;
    }
    #387643

    Jason
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #387744

    Jason
    Expired Member
    Post count: 46
    This reply has been marked as private.
    #387751

    Kor
    Moderator
    Post count: 16516

    Hi Jason,

    You can try using this custom CSS and see if it’s what you’re looking for.

    
    
    .geodir_thumbnail.geodir_lazy_load_thumbnail {
        background-size: contain!important;
    }
    #388093

    Jason
    Expired Member
    Post count: 46

    Perfect! Thanks

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