Skip to content

Instantly share code, notes, and snippets.

@gsemino
Created July 13, 2018 09:53
Show Gist options
  • Save gsemino/4da934ac3e883ae6c70e3207d4717967 to your computer and use it in GitHub Desktop.
Save gsemino/4da934ac3e883ae6c70e3207d4717967 to your computer and use it in GitHub Desktop.
Bitmovin Background Video tutorial css
.bmpui-ui-uicontainer {
/* eliminates the video container, which gets rid of controls and logo */
display: none;
}
.bitmovinplayer-container {
/* will allow player to be under header text */
position: relative;
}
.header-text{
/* positioning and styling for header text */
padding-top: 50px;
margin-left: auto;
margin-right: auto;
width: 96%;
font-size: 50px;
color: #ffff00;
/* allows header text to be above player container */
position: absolute;
z-index: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment