• Resolved strawberrymktes

    (@strawberrymktes)


    Hi,
    I posted a video in my home page) but it comes out very small and aligned to the left. I would like the thumbnail (poster frame) to be the same width as the main picture in the home page.
    I don’t seem to find the way to do this.
    Is there anything I can do?
    Thank you.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author Vinod Dalvi

    (@vinod-dalvi)

    I hope you are well today and thank you for your question.

    You can increase video width by adding the following CSS code in the Custom CSS option of your theme on the below path.

    Admin Area -> Appearance -> Customize -> Additional CSS

    
    #content .wp-video,
    #content .wp-video .mejs-video {
        width: 100% !important;
        height: 460px !important;
    }

    Best Regards,

    Thread Starter strawberrymktes

    (@strawberrymktes)

    Thank you!
    It worked perfectly!

    Theme Author Vinod Dalvi

    (@vinod-dalvi)

    You are most welcome, I’m glad I was able to help you in this matter. There is no obligation but by your kind words I wonder if I could trouble you to leave a review based on this experience here:

    https://www.ads-software.com/support/theme/ruby/reviews/

    I’d really appreciate that. ??

    And if i can be of any further assistance please don’t hesitate to ask.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Video poster frame size’ is closed to new replies.