You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What do you think about the idea of making it possible to use custom images as buttons?
I was for example thinking about using a 10-sec-fast-forward button (used by Netflix on iOS for example).
Any tips on how to implement that? Thank you so much again for this great product!
The text was updated successfully, but these errors were encountered:
Currently the player uses inline svg for icons, so it's unlikely to use css to overwrite. But this is definitely a reasonable feature request. I'll add it to the roadmap.
I'm proposing to add a new prop called customIcons and defaults to {}. Users can pass in custom icon elements to overwrite the default ones. For example:
What do you think about the idea of making it possible to use custom images as buttons?
I was for example thinking about using a 10-sec-fast-forward button (used by Netflix on iOS for example).
Any tips on how to implement that? Thank you so much again for this great product!
The text was updated successfully, but these errors were encountered: