Replies: 1 comment 3 replies
-
Your best bet is likely to create a wrapper for the player, rather than trying to add something to the player div itself. You can then use flexbox or grid to have the player be on one side and your component be on the other side. Also, worth setting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to change the layout of the player and the components in the player? By default the player and controls are laid out vertically, occupying 100% width. I want to add a component to the right of the player and have the player and other controls adjust the width accordingly? I want to add a sidebar.
Is this possible?
Thanks
Anand
Beta Was this translation helpful? Give feedback.
All reactions