Howto enlarge image "geodir_thumbnail" within "gd-bubble"

This topic contains 1 reply, has 2 voices, and was last updated by  Stiofan O’Connor 7 years ago.

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

Open Support Ticket
  • Author
    Posts
  • #375985

    bennyb
    Expired Member
    Post count: 19

    Sorry, again me, but i tried this for hours now.

    I would like to enlarge the whole geodir_thumbnail on the homepage, but i fail…

    i tried to hardcode i.e.

    
    
    geodir-bubble_image .geodir_thumbnail
    {padding: 0px;
    float: left;
    width: 100px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0%;
    width: 400px !important;
    }

    in combination with:

    
    
    .gm-style-iw
    {width: width: 400px !important;}

    i have check the forum in and out (https://wpgeodirectory.com/support/topic/thumbnail/, https://wpgeodirectory.com/support/topic/map-pop-up/ and many more) and it looks like this could me a google maps issue, still it would be great if you could answer if the effort is lost or how i could enlarge the image to let’s say i.e. 350x350px…

    Thank You and sorry for another annoying and problem already 50x answered issue (but i can’t find the solution in the forums, nor via google)…
    Cheers,
    Benjamin

    #376017

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The actual window height is decided by Google maps, if you need to show the whole image you should use:

    background-size: contain;

    Stiofan

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

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

Open Support Ticket