Skip to content

Instantly share code, notes, and snippets.

@yousufansa
Created December 14, 2020 08:46
Show Gist options
  • Save yousufansa/b20c72a60ef579dc52acbc0f738b2856 to your computer and use it in GitHub Desktop.
Save yousufansa/b20c72a60ef579dc52acbc0f738b2856 to your computer and use it in GitHub Desktop.
Vodi - Brid Video Player Support
.movie__player > div.brid,
.single-video__head > div.brid,
.episode__player > div.brid {
position: absolute !important;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment