Video Size on Listing page

This topic contains 9 replies, has 3 voices, and was last updated by  Kor 4 years, 7 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #507379

    Rika Fouche
    Expired Member
    Post count: 6

    Hi all,

    I need to change the video size of linked videos on the listing pages. Where do I go to do this?

    #507387

    Alex Rollin
    Moderator
    Post count: 27815

    There isn’t a setting to control that, exactly.

    Do you mean the Details page template?

    You might be able to do that with CSS. Can you share a link to the page and tell us more about your goal?

    #507395

    Rika Fouche
    Expired Member
    Post count: 6

    Hi Alex,

    Yes on the details page.

    Look at this page: Whalaa – Swartland Kliniek

    The video cuts off at the bottom. So I want to increase the height.

    Also would like to show play and stop buttons on the video. Is that possible?

    #507400

    Kor
    Moderator
    Post count: 16516

    Hi Rika Fouche,

    Thanks for your reply. Could you share your Website WP admin access here in private reply so that I could check your iframe code?

    #507402

    Rika Fouche
    Expired Member
    Post count: 6
    This reply has been marked as private.
    #507678

    Rika Fouche
    Expired Member
    Post count: 6

    Hi guys,

    Any news on this?

    #507702

    Kor
    Moderator
    Post count: 16516

    Hi Rika,

    Thanks for your reply. Could you please try using the custom CSS code below and see if it helps? Insert into WP > Appearance > Customize > Additional CSS

    .fb_iframe_widget_fluid_desktop iframe {
        height: 500px!important;
        width: 300px!important;
    }
    #507748

    Rika Fouche
    Expired Member
    Post count: 6

    Hi Kor,

    Thank you. That fixed it on desktop. On mobile it’s shrinking. Can you maybe help with what I have to add for the mobile to show the same as on desktop?

    #507783

    Rika Fouche
    Expired Member
    Post count: 6

    For those who want the code to be responsive on mobile:

    @media only screen and (max-device-width: 480px) {
    .geodir-embed-container {
    min-height: 550px;
    clear: both;
    }
    }

    #507786

    Kor
    Moderator
    Post count: 16516

    Hi Rika Fouche,

    Thanks for sharing and I’m that you sorted it out yourself. Let us know if you need anything further.

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

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

Open Support Ticket