Skip to content

Instantly share code, notes, and snippets.

@rileyrichter
Created August 9, 2023 01:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rileyrichter/f275d314f806b5fc0933a02738005083 to your computer and use it in GitHub Desktop.
Save rileyrichter/f275d314f806b5fc0933a02738005083 to your computer and use it in GitHub Desktop.
.video-player iframe,
.video-player object,
.video-player embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
svg {
filter: drop-shadow(0px 0px 5px rgb(0 0 0 / 0.4));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment