This topic has 5 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #147937
     meltdown
    Participant

    The video player on blog posts is big and square whereas videos are rectangle.  In Settings > Buddypress > rtmedia > Media Sizes I have video SinglePlayer set to 640 x 360. However, as you can see from the screenshot I attached, the player is not responding to those settings. Instead, there is a black bar above and below.

    How can I force the player to be 640 x 360?

    Thanks

    #148044
     Laura
    Moderator

    Hello, i do not see it, did you resolve it? 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148059
     meltdown
    Participant

    Thanks for your response. No, I’ve not resolved this. Please visit the link below and you will see that the video preview dimensions are square, not 640 x 360:

    http://glass-haus.org/andre-gregory-dinner/

    And when you click to play the video, there is a black bar above and below the video itself. I want both the video preview and the video itself to be 640 x 360.

    Thanks

    #148271
     Laura
    Moderator

    Hello, just add this to style.css of child theme 🙂

    COPY CODE
    
    .article-content iframe {
        width: 640px !important;
        height: 360px !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #148291
     meltdown
    Participant

    Perfect – Thank you!

    Marked resolved 🙂

    #148442
     Laura
    Moderator

    Glad to help 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 6 posts - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?