Cannot change color theme #2596
Answered
by
trymeouteh
trymeouteh
asked this question in
Q&A
-
Hello, I am unable to figure out how to change the main color theme in the Plyr video player. This is my code below and I did set the --plyr-color-main CSS variable but nothing happens in the browser. I tried both Firefox and Chromium. Everything else works however. I installed Plyr with NPM.
|
Beta Was this translation helpful? Give feedback.
Answered by
trymeouteh
Jan 13, 2023
Replies: 1 comment
-
Found a solution. Turns out You need to add a DIV wrapper around the video and edit the CSS variable on that DIV element.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
trymeouteh
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Found a solution. Turns out You need to add a DIV wrapper around the video and edit the CSS variable on that DIV element.