Opened 11 years ago
Closed 8 years ago
#780 closed defect (fixed)
Video player uses wrong dimensions for pane size
Reported by: | saul | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | graphic design/interface | Keywords: | video |
Cc: | Parent Tickets: |
Description
Prior to upgrading to MG 0.6dev, video media pages displayed large videos within a pane of 660x336 (this size apparently specified in the file mediagoblin/static/css/vjs-mg-skin.css). Now, however, the video media player is sized to match the original dimensions of the video, and it covers up most of the info panel on the right side of the page.
Example: (an 800x600 video) http://barn.kerosenecow.net/u/saul/m/perspective-grid-7db6/
Change History (2)
comment:1 by , 11 years ago
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Hi Saulgoode,
Thanks very much for raising this issue, and sorry for the late response. I've tested on MediaGoblin version 0.9.0 viewing a video that had been transcoded down to the default of 640x360. I wasn't able to resize the screen down to get the video to overlap the right-hand panel. (Unfortunately the screenshot referred to is no longer available on the internet - so I can't see precisely how the overlap occurred.)
I believe the video.js
interface has been added since this ticket was created, which may have fixed the issue.
Closing the request for now, but please don't hesitate to reopen if there's still a problem.
Cheers,
Ben
I see that the vjs skin has been disabled in commit a7fc4ec with a comment that it needs to be updated for the newer version of video.js . So I guess this problem is already known and is just awaiting a fix.