#24896 closed defect (bug) (fixed)
MediaElement.js audio/video fallback links and audio player do not render well in iOS
| Reported by: | nacin | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Media | Version: | 3.6 |
| Severity: | normal | Keywords: | has-patch upstream |
| Cc: | Focuses: |
Description (last modified by )
From davidjlaietta in #23798:
Testing today at WCSF dev day, noticed that on iOS mobile browsers, fallback me-cannotplay div breaks site layout because it has hardcoded height and width values. See attached screenshots for iOS Chrome and Safari. Any default theme has this issue.
If we change the hardcoded height and width of the me-cannotplay element to auto, issue is resolved.
iOS Chrome with webM: http://core.trac.wordpress.org/attachment/ticket/23798/2013-07-28%2018.02.02.png
iOS Safari with webM: http://core.trac.wordpress.org/attachment/ticket/23798/2013-07-28%2018.02.28.png
Patch against the minified MediaElement.js source: ticket:23798:23798.3.diff
Additionally, the audio player renders too wide, breaking the layout.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
24896.diff fixes the audio (working player) width issue, as well as the
me-cannotplayvideo and audio width issue.