-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to use ui elements class in angular project. Is there any code example of it? #4226
Comments
We don't have thumbnail support in the UI yet, but we do have an open feature request for it already. With the Shaka Player UI, you can:
See this page for details on customizing the UI: https://shaka-player-demo.appspot.com/docs/api/tutorial-ui-customization.html Does this help? |
See #3371 for progress on the UI thumbnails. |
Is there any example or so for this? Please provide so I can refer it too. By the way thank for your quick reply @joeyparrish. I appreciate this. |
We don't have that built-in, but you can find examples of how others have done it with custom UI elements. For example: https://github.com/patricktran/shaka-player-ui-controls
This could be changed with CSS if I'm not mistaken. I believe there are examples of that in this third-party gallery of themes and styles: https://github.com/lucksy/shaka-player-themes |
@smvora4u Does this answer all your questions? If so, would you please close the issue? |
Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including |
I am very new to Shaka player. I am using shaka player with my angular project. I follow this method explained by some one. That is working fine but now show thumbnail on seekbar hover like youtube, want to seek 10 seconds forward and backward, change the style of controls like vertical volume bar and seek bar in between all controls. Can I do this stuffs with shaka player, if yes, then how? Is there any simple example from which I can get this. I have gone through the documentations but can't get how to use shaka player ui elements class?
The text was updated successfully, but these errors were encountered: