-
Notifications
You must be signed in to change notification settings - Fork 55
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
Split screen Transcript layout #275
Comments
Good suggestion @swashbuck. How did you handle the layout responsively in your projects? I imagine this would be a desktop only layout. |
@kirsty-hames In our project, we customized the Transcript to open in a Notify popup. So, on mobile, it simply opened over the page like a typical Notify. For desktop, I positioned the Notify to the right side as shown in the wireframes above. |
Hey @swashbuck, I thought I'd share a media player instance I've seen elsewhere which was similar to the enhancement you raised. The transcript in this instance is inline and toggles open/close. Having this toggle inline means users can still have full width video if they don't require the transcript. Out of scope for this issue but a couple of nice features to mention too:
|
Thanks, @kirsty-hames . This is exactly what I had in mind (minus the out of scope features, which would be nice). Having the Transcript button on the toolbar would help with some of the layout issues I've ran into, too. I'm not sure how difficult it would be to do that with MediaElement? Something to look into, though. |
Subject of the enhancement
I would like to explore the possibility of introducing a split screen transcript option. We have done this in projects before, so it's just a matter of working out the best way to implement it in open source.
The new transcript option would:
The text was updated successfully, but these errors were encountered: