u-wave / react-vimeo

Vimeo player component for React.
https://u-wave.net/react-vimeo
MIT License
217 stars 64 forks source link

Video controls color #254

Closed VadimGordeev closed 1 year ago

VadimGordeev commented 1 year ago

Why controls color doesn`t change? Here is my code

<Vimeo video="76979871" autoplay color="#ce3591ff" />

goto-bus-stop commented 1 year ago

I'm not sure if the hex + alpha syntax is supported by vimeo. Maybe try it with color="ce3591", without the alpha component.

Some videos also don't support changing colour at all, if their uploader has a paid account and configured a controls colour for the video.

VadimGordeev commented 1 year ago

I'm not sure if the hex + alpha syntax is supported by vimeo. Maybe try it with color="ce3591", without the alpha component.

Some videos also don't support changing colour at all, if their uploader has a paid account and configured a controls colour for the video.

That helped! Thank you