Closed squarebracket closed 6 years ago
Made appropriate changes, plus a couple little other ones. For some reason, on my test mac, but not on other platforms, chrome won't let autoplay happen with
this.player = videojs(video, {muted: true});
but does let it happen with
this.player = videojs(video);
this.player.muted(true);
which confuses me greatly, but hey, that it makes it work, so..... :man_shrugging:
Err, the package-lock wasn't updated, so that will probably have to be done.
postDetection
fancierpreferHeadless: true
option instead of manually rewriting that we want a headless browsercustomLaunchers