[wp-trac] [WordPress Trac] #24134: Video Shortcode ignores sizes and aspect ratio

WordPress Trac noreply at wordpress.org
Wed Jul 24 05:52:51 UTC 2013


#24134: Video Shortcode ignores sizes and aspect ratio
--------------------------+--------------------------
 Reporter:  Ipstenu       |       Owner:  markjaquith
     Type:  defect (bug)  |      Status:  closed
 Priority:  normal        |   Milestone:  3.6
Component:  Media         |     Version:  trunk
 Severity:  normal        |  Resolution:  fixed
 Keywords:  has-patch     |
--------------------------+--------------------------
Changes (by markjaquith):

 * owner:   => markjaquith
 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"24789"]:
 {{{
 #!CommitTicketReference repository="" revision="24789"
 Fix some sizing issues with video embeds, and improve video/audio embed
 shortcode flexibility.

 * `loop`, `autoplay`, and `preload` are now available via the shortcode.
 Use them non-annoyingly, please!
 * Attributes that pass through the filters are now proper key/value pairs,
 not an array of `key="value"` strings.
 * `preload` defaults to `metadata` for videos. This fixes the vertical
 video preview and Safari ogv/webm playback issues.
 * Wrap a div around video embeds to combat a ME.js issue with responsive
 width=100% themes. Props kovshenin.

 Fixes #24134, #24798.
 }}}

--
Ticket URL: <http://core.trac.wordpress.org/ticket/24134#comment:25>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list