Opened 9 years ago
Closed 7 years ago
#1293 closed enhancement (fixed)
WordPress.tv: Full-width video player
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | WordPress.tv | Keywords: | good-first-bug has-patch |
Cc: |
Description
YouTube provides a toggle that switches the video player between standard size and 'cinema mode', which is a full-width video.
It would be great if WordPress.tv provided a similar toggle. The standard video player is tiny, but I don't always want to go into fullscreen mode.
Alternatively, the video player could be full-width by default.
Attachments (1)
Change History (11)
#1
@
9 years ago
- Keywords needs-patch good-first-bug added; ui-feedback removed
- Owner set to iandunn
- Status changed from new to accepted
- Summary changed from Large view mode for WordPress.tv to WordPress.tv: Full-width video player
#3
@
9 years ago
Hey Ian,
I hope you're doing well. Can you give me an example of the shortcode structure to include viedos? I can take care of this if you want, but I need to know the shortcode structure first to recreate the issue locally.
Best,
Juanfra.
#6
@
7 years ago
Hi there,
This patch fixes the width for iframes within .video-player
. This will make the video display full-width.
Would make sense to make it responsive, but I guess that should be done in #974? I'd be more than happy to help there.
Best,
J
#8
@
7 years ago
NOTE: I now see that in the live version of WordPress.tv the video is not wrapped in the div.video-player as it is in the meta-repository(git). That's Jetpack territory.
And it would be dependant on the Jetpack version there. Please check line 130 of wordpress.tv/public_html/wp-content/plugins/jetpack/modules/videopress/class.videopress-player.php
(meta-repository)
The player used to be full-width, but it was unintentionally reset to the standard size when the new player was launched. We just need to update the theme's markup/styles to make it fill the container again.