Hacker News new | ask | show | jobs
by Arnavion 1355 days ago
It's an imgur thing. It disables controls on every interaction with the video by doing `.controls = false` on the video element.

Chrome seems to ignore this attribute being set to false and continue to show controls anyway, which appears to be a spec violation from my reading of it. Of course it ends up being a desirable behavior in this case.