#21382 closed defect (bug) (fixed)

Twenty Twelve - videos break outside content in responsive layout

Reported by: chriswallace Owned by: lancewillett
Priority: normal Milestone: 3.5
Component: Bundled Theme Version:
Severity: normal Keywords: has-patch
Cc: konstantin@…, dstrojny@…

Description

We need to account for video responsiveness within the new Twenty Twelve theme. I would recommend adding fitvids.js to the theme to be able to accurately calculate videos with different sizes. A pure CSS solution would involve setting a fixed aspect ratio, which could cause undesirable results for videos that have a non-widescreen aspect ratio.

http://fitvidsjs.com

Attachments (2)

video.png (408.8 KB) - added by chriswallace 10 months ago.
Video overlaps sidebar.
21382.diff (536 bytes) - added by obenland 10 months ago.

Download all attachments as: .zip

Change History (11)

  • Component changed from Themes to Bundled Theme
  • Milestone changed from Awaiting Review to 3.5
  • Owner set to lancewillett
  • Status changed from new to assigned

I think we can get 90% there with CSS, I'll work with Drew and Konstantin to add a patch for testing and feedback. It'd be really nice to avoid loading any extra JS.

  • Cc konstantin@… added

Chris, I wasn't able to reproduce this one.

Could you tell me how to repeat it? What content to use (video URL and how you entered it into the post) and your browser version and OS.

Screenshots help, too.

  • Cc dstrojny@… added

The video I had an issue with was a Vimeo video, not embedded with oEmbed. This was embedded as an iframe video:

<iframe src="http://player.vimeo.com/video/40912440?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="620" height="350"></iframe>

This is on the latest version of Chrome on Mac OS X.

Fitvids.js (or a similar PHP solution) is perfect for this problem because it looks for iframes with vimeo.com in the src attribute. CSS can achieve a similar effect, but it's impossible to scale the height based on the width.

Last edited 10 months ago by chriswallace (previous) (diff)

Video overlaps sidebar.

comment:7 follow-up: ↓ 8   obenland10 months ago

  • Keywords has-patch added; needs-patch removed

Reproduced and fixed in 21382.diff. Thank you @chriswallace!

Added object and embed for completeness (mimicked from Twenty Eleven).

comment:8 in reply to: ↑ 7   lancewillett10 months ago

Replying to obenland:

Reproduced and fixed in 21382.diff. Thank you @chriswallace!

Added object and embed for completeness (mimicked from Twenty Eleven).

The block was already there: http://core.trac.wordpress.org/browser/trunk/wp-content/themes/twentytwelve/style.css#L290 -- just needs iframe added.

We shouldn't limit the selector to entry-content because we want comment videos to have the same behavior.

  • Resolution set to fixed
  • Status changed from assigned to closed

In [21408]:

Twenty Twelve: make sure embeds and videos don't overflow their containers, and add iframe styles to all embeds, videos, and objects. Fixes #21382.

Props chriswallace and obenland for troubleshooting.

Note: See TracTickets for help on using tickets.