Skip to content

Commit

Permalink
+ (CMS) Fixed an issue where the Media Player Lava Shortcode can fail…
Browse files Browse the repository at this point in the history
… to show a video's thumbnail on Apple devices. (Fixes #5753)
  • Loading branch information
jasonhendee committed Mar 6, 2024
1 parent d352c02 commit ca7d260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Rock.JavaScript/src/plyr/custom.css
@@ -1,5 +1,9 @@
@import "~plyr/dist/plyr.css";

.plyr__video-wrapper {
z-index: 0;
}

.plyr__poster {
background-size: cover;
}
Expand Down

0 comments on commit ca7d260

Please sign in to comment.