Title: Video &amp; image height
Last modified: August 30, 2016

---

# Video & image height

 *  Resolved [Agnes](https://wordpress.org/support/users/agneslesagegmailcom/)
 * (@agneslesagegmailcom)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/)
 * I have managed to setup the API and plugin with a few CSS tweaks, here :
    [http://www.investincotedazur.com/en/videos/](http://www.investincotedazur.com/en/videos/)
 * I wonder: is there any way to avoid tha black strips up dans dow, ie to change
   the ratio of images and video embeds?
 * Thanks for the great plugin,
    Agnes
 * [https://wordpress.org/plugins/yourchannel/](https://wordpress.org/plugins/yourchannel/)

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

 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417548)
 * Hi, those strips are IN the image, so they cannot be removed. But with some CSS,
   they can be hidden.
 * Try the following, and play some.
 * >     ```
   >     .yrc-video .yrc-thumb {
   >          top: -30px;
   >          height: 240px;
   >          overflow: hidden;
   >     }
   >     ```
   > 
 *  Thread Starter [Agnes](https://wordpress.org/support/users/agneslesagegmailcom/)
 * (@agneslesagegmailcom)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417578)
 * Thanks so much!
    That works, with a fex=w adjustments I guess because I enlarged
   the image in the first place:
 *     ```
       .yrc-video .yrc-thumb {
            top: -34px;
            height: 236px;
            overflow: hidden;
        }
       ```
   
 * However, on “hover” the black line on top reappears. I It may not be possible
   to change that as it is all in % in your css..?
    Cf [http://www.investincotedazur.com/en/videos/](http://www.investincotedazur.com/en/videos/)
 * I have also tried and failed to adjust:
 * – The playlist
 *     ```
       .yrc-playlist-item img{
            top: -13px;
            height: 78px;
            overflow: hidden;
        }
       ```
   
 * – The full player:
 *     ```
       .yrc-video .yrc-thumb {
            top: -34px;
            height: 236px;
            overflow: hidden;
        }
       ```
   
 * I guess I am using the wrong markers… Any suggestion?
 * Thank you for the rgreat support,
    Agnes
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417582)
 * I’ll reply both your threads tomorrow, it’s midnight here, and I’m on mobile 
   now.
 *  Thread Starter [Agnes](https://wordpress.org/support/users/agneslesagegmailcom/)
 * (@agneslesagegmailcom)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417597)
 * Sure, no problem, I am off too in Nice (I thought you were more Westwards!) No
   big hurry, it is so nice to get your support.
 *  Plugin Author [plugin.builders](https://wordpress.org/support/users/pluginbuilders/)
 * (@pluginbuilders)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417656)
 *     ```
       .yrc-video .yrc-thumb {
            top: -38px;
            height: 236px;
            overflow: hidden;
            margin-bottom:-20px;
        }
       ```
   
 * For playlists:
 *     ```
       .yrc-playlist-item .yrc-thumb{
            top: -15px;
            height: 88px;
            overflow: hidden;
            position: relative;
        }
       ```
   
 *  Thread Starter [Agnes](https://wordpress.org/support/users/agneslesagegmailcom/)
 * (@agneslesagegmailcom)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417658)
 * It works perfect! Yoohoo! Thank you so much 🙂

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

The topic ‘Video & image height’ is closed to new replies.

 * ![](https://ps.w.org/yourchannel/assets/icon-256x256.png?rev=1106592)
 * [YourChannel: Everything you want in a YouTube plugin.](https://wordpress.org/plugins/yourchannel/)
 * [Support Threads](https://wordpress.org/support/plugin/yourchannel/)
 * [Active Topics](https://wordpress.org/support/plugin/yourchannel/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yourchannel/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yourchannel/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [Agnes](https://wordpress.org/support/users/agneslesagegmailcom/)
 * Last activity: [10 years, 9 months ago](https://wordpress.org/support/topic/video-image-height/#post-6417658)
 * Status: resolved