3/13/2026 at 2:43:05 PM
If you're going to put a video demo on your main webpage, can it have play/pause and a control bar? So I can actually skip to a part I want to look at. Here's the actual video: https://tui.studio/screenshots/video.mp4.Also, how does this handle terminal resizing? Are there options to anchor elements to the left/right etc, or will narrowing the terminal window just make everything fall off the side, or worse, all the text wraps?
by voidUpdate
3/13/2026 at 3:00:22 PM
You can right click on it and choose "Show controls", at least in Firefox.by sorenjan
3/13/2026 at 3:04:20 PM
Oh, that's odd, it didn't show up on chrome when I first tried it, but it does now. I was wondering how they'd managed to hide the video context menuby voidUpdate
3/13/2026 at 3:11:58 PM
It's probably just <video> element without "controls" attribute.https://developer.mozilla.org/en-US/docs/Web/HTML/Reference/...
> controls
> If this attribute is present, the browser will offer controls to allow the user to control video playback, including volume, seeking, and pause/resume playback.
Edit: I misunderstood, you are asking
> how they'd managed to hide the video context menu
Not sure, but it works in FF for me
by stanac
3/13/2026 at 3:16:44 PM
Its entirely possible I did something to it accidentally that made the context menu not work properly. I had the dev tools open to pull the actual video address when I right clicked, so I might have messed something up. Or maybe the devs are secretly looking at the comments and fixed it between me and you trying :Pby voidUpdate
3/13/2026 at 3:19:25 PM
It won't let me reply to parent's child comment, but i wanted to say:That is what HN is for!
by sam1r