Files
wordpress-develop/src/wp-includes/js
Scott Taylor 0143c2d90a Videos in the media modal:
* Support rendering of chromeless YouTube when a video shortcode's `src` is a YouTube URL. 
* Don't instantiate an instance of `MediaElementPlayer` until after the view has been attached to the DOM and the view's `ready` event has fired.
* Don't set `poster` for videos when its value is empty. Much like `src` in the `img` tag - when empty, it will assume and load the current window's URL.
* When removing a player instance, don't call the `pause` method if the playback is not native.

See #27016.



git-svn-id: https://develop.svn.wordpress.org/trunk@27452 602fd350-edb4-49c9-b593-d223f7449a82
2014-03-07 08:31:57 +00:00
..
2014-02-22 15:41:50 +00:00
2014-03-07 08:31:57 +00:00
2014-02-08 00:51:14 +00:00
2014-02-13 07:33:29 +00:00
2013-11-15 05:26:00 +00:00
2013-11-15 04:41:51 +00:00
2013-11-15 04:41:51 +00:00
2013-12-28 23:52:04 +00:00