Remix.run Logo
sorenjan 6 hours ago

You can right click on it and choose "Show controls", at least in Firefox.

voidUpdate 6 hours ago | parent [-]

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 menu

stanac 6 hours ago | parent [-]

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

voidUpdate 6 hours ago | parent | next [-]

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 :P

sam1r 6 hours ago | parent | prev [-]

It won't let me reply to parent's child comment, but i wanted to say:

That is what HN is for!