[wp-trac] [WordPress Trac] #30435: 4.1 About screen
WordPress Trac
noreply at wordpress.org
Fri Nov 21 23:22:54 UTC 2014
#30435: 4.1 About screen
----------------------------+--------------------
Reporter: johnbillion | Owner:
Type: task (blessed) | Status: new
Priority: normal | Milestone: 4.1
Component: Help/About | Version: trunk
Severity: normal | Resolution:
Keywords: | Focuses: ui
----------------------------+--------------------
Comment (by afercia):
Replying to [comment:3 helen]:
> They were autoplay because they were essentially animated GIFs,
Maybe in 3.9 they were GIFs, not sure. In 4.0 I see this:
{{{
echo wp_video_shortcode( array(
'mp4' => '//s.w.org/images/core/4.0/embed.mp4',
'ogv' => '//s.w.org/images/core/4.0/embed.ogv',
'webm' => '//s.w.org/images/core/4.0/embed.webm',
'loop' => true,
'autoplay' => true,
'width' => 500,
'height' => 352
) );
}}}
then rendered by mejs. In Chrome I get the .mp4, in Firefox the .webm.
--
Ticket URL: <https://core.trac.wordpress.org/ticket/30435#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list