Hacker News new | ask | show | jobs
by semicolonandson 2185 days ago
I very much welcome the feedback. Full-screen is something I personally didn't consider.

I use the Wistia player and it seems to be fully responsive on page resizes -- the issue is more that the player is constrained by the size of its column in the css. I'll put that on the list of things to sort out once I get around to hiring a designer. The css at present is an extremely rough proof of concept.

1 comments

With a bit of fiddling, bookmarking this wee snippet does the job good enough:

    javascript:(function(){document.querySelector('.lg\\:mx-8').remove();document.querySelector('.lg\\:w-3\\/5').setAttribute('class', 'w-full');})()
It removes the right hand panel and the width restriction in the player's containing div. Until of course you change your markup :)