diff --git wp-includes/js/mediaelement/wp-mediaelement.css wp-includes/js/mediaelement/wp-mediaelement.css
index e4d4202..b2e8c10 100644
|
|
|
1 | 1 | .mejs-container { |
2 | 2 | clear: both; |
| 3 | width: 100%; |
3 | 4 | } |
4 | 5 | |
5 | 6 | .mejs-container * { |
diff --git wp-includes/media.php wp-includes/media.php
index bc7a90c..5be8ac6 100644
|
|
function wp_audio_shortcode( $attr, $content = '' ) { |
2224 | 2224 | 'autoplay' => '', |
2225 | 2225 | 'preload' => 'none', |
2226 | 2226 | 'class' => 'wp-audio-shortcode', |
2227 | | 'style' => 'width: 100%;' |
| 2227 | 'style' => '', |
2228 | 2228 | ); |
2229 | 2229 | foreach ( $default_types as $type ) { |
2230 | 2230 | $defaults_atts[$type] = ''; |