• Resolved douggreene

    (@douggreene)


    Kyle … first off, this is a GREAT player. You’ve really found the right combination of features and ease-of-use.

    Here’s my question/ feature request: It would be great to have the player’s control appear BELOW the video instead of on top of it. This is because I often include text (a URL, for example) at the bottom of the video. And having the player bar appear OVER the video HIDES those words.

    Thanks. And again, congrats (and thanks) for creating such a good, practical video player.

    doug(at)douggreene.net

    https://www.ads-software.com/extend/plugins/video-embed-thumbnail-generator/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kyle Gilman

    (@kylegilman)

    The player skin is all CSS, so you can customize it a lot. This should do what you want.

    .vjs-control-bar {
    display: block !important;
    bottom: -3em !important;
    background-color: black !important;
    }
    
    .kgvid_videodiv {
    margin-bottom: 3em;
    }
    Thread Starter douggreene

    (@douggreene)

    I will try that and – wow! – thanks for such a quick response. ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Any way to put player controls BELOW the video?’ is closed to new replies.