Title: Dimension issues
Last modified: November 14, 2017

---

# Dimension issues

 *  Resolved [tammster](https://wordpress.org/support/users/tammster/)
 * (@tammster)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/dimension-issues/)
 * 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](https://wordpress.org/support/users/tammster/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fdimension-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [CodeFlavors](https://wordpress.org/support/users/codeflavors/)
 * (@codeflavors)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/dimension-issues/#post-9682583)
 * 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](https://wordpress.org/support/users/tammster/)
 * (@tammster)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/dimension-issues/#post-9683419)
 * Worked like a charm, thank you so much!
 *  Thread Starter [tammster](https://wordpress.org/support/users/tammster/)
 * (@tammster)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/dimension-issues/#post-9683435)
 * 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.

 * ![](https://ps.w.org/codeflavors-vimeo-video-post-lite/assets/icon.svg?rev=2622819)
 * [Vimeotheque – Vimeo WordPress Plugin & Video Gallery](https://wordpress.org/plugins/codeflavors-vimeo-video-post-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/codeflavors-vimeo-video-post-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/codeflavors-vimeo-video-post-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/codeflavors-vimeo-video-post-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/codeflavors-vimeo-video-post-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/codeflavors-vimeo-video-post-lite/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [tammster](https://wordpress.org/support/users/tammster/)
 * Last activity: [8 years, 6 months ago](https://wordpress.org/support/topic/dimension-issues/#post-9683435)
 * Status: resolved