• Resolved tammster

    (@tammster)


    Hello,
    I am having a difficult time figuring out how to fix these dimension issues. As you can see on the page I have black space at the top, bottom, and right side. I would like for my video to fill the whole player. My video dimensions are 1280×720… if that means anything.

    I am not a pro at coding, but I know a little. I have been trying to figure out what to edit and where but I am having no luck, as this is a theme I purchased, and it has several different .css files.

    Any help is greatly appreciated.

    Edited to add: It seems that this dimension problem only happens when using a playlist, not a single video in a post.

    • This topic was modified 8 years, 6 months ago by tammster.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author CodeFlavors

    (@codeflavors)

    Hi,

    This is CSS related, on line 31 in your theme stylesheet you are styling all iframe elements to have 90% width and a 5px margin. This also affects embeds made by the plugin. To solve this add the following CSS:

    .cvm-player iframe{
    margin:0!important;
    width:100%!important;
    }

    This should do it, please let me know.

    Thread Starter tammster

    (@tammster)

    Worked like a charm, thank you so much!

    Thread Starter tammster

    (@tammster)

    I actually have another question, not sure if I should make a different thread or not.

    Is there a way to make the videos play automatically one after another in the playlist? Instead of having to click on the next video.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Dimension issues’ is closed to new replies.