Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1396869
    RITTERSP
    Participant

    Hi,

    I’m creating the page: http://www.rittersp.com/athlete/video/raceanalysis and every time I embed the small video after the feature icons–it makes the thumbnail super small. I’d like the video to be the size of the image at the top of the page and run immediately when a user gets to the page.

    Let me know. Thanks!
    Abbie

    #1397269
    Christopher
    Moderator

    Hi there,

    The embedded video has fixed width and height, to make it full width, please add following code in Customize -> Custom -> Global CSS :

    .wistia_embed {
        width: 100% !important;
    }

    Hope it helps.

    #1397755
    RITTERSP
    Participant

    Is there anyway to blow up the video beyond 16:9 dimensions? It’s still pretty small, even though it’s centered. Thanks for the help too!

    #1397846
    Rupok
    Member

    Hi there,

    The video is not wide enough rather portrait that’s it looks like this.

    Thanks!

    #1400866
    RITTERSP
    Participant

    HI,

    I changed the video on my page and it’s not showing the entire bottom portion of the video now. I like the size of the video itself–how it sits on the page, so I’d like to keep it the same video size, but just include the metrics that are below the video file.

    Can you help me?

    Thanks,

    http://www.rittersp.com/athletes/swimming/video/raceanalysis

    #1401426
    Lely
    Moderator

    Hello Abbie,

    It is already 100% percent. Would you mind giving us admin access so we can see the code directly? The theme doesn’t limit the height of the video. We don’t have control how wistia loads it. We will check what we can do but we cannot promise a fix if it is how wistia works.

    #1402230
    RITTERSP
    Participant
    This reply has been marked as private.
    #1402728
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> Global CSS :

    .x-video .x-video-inner {
        padding-bottom: 105.25%;
    }

    Hope that helps.

    #1409830
    RITTERSP
    Participant

    Hi,

    really appreciate your help. That code actually made the other video much bigger and was perfect. But I just changed my video to more a promo and it’s back to being really small. Can you help me out again? I want the video and the metrics (data bars) at the bottom blow up and in the middle of the page as much as possible!

    Thanks!

    #1410320
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! It seems that you are using Wistia videos. To resolve your issue, please remove this code first from the customizer:

    .x-video .x-video-inner {
        padding-bottom: 105.25%;
    }

    And then, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    p:empty {
        display: none;
    }

    We would loved to know if this has work for you. Thank you.

    #1411064
    RITTERSP
    Participant

    It made the video slightly bigger, but not a ton. Anyway to make it even larger? Thanks for the help!

    #1411736
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! Please keep in mind that the video width will depend on the width of the column. If you want to make it bigger, please edit the page back in Cornerstone and find the row settings. You must disable the column container so that the video width will take up at least the same width as the section. Please see this screenshot: http://prntscr.com/elcbyc

    I went ahead and changed it already to save you some time. Please check the page now.

  • <script> jQuery(function($){ $("#no-reply-1396869 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>