Load MediaElement's CSS when TinyMCE is loaded via $mce_css in editor_settings(). Add some baseline styles in wp-content.css for audio, video, and embed tags to ensure their max-width is 100%, regardless of whether MEjs is implemented in TinyMCE.

See #27389.



git-svn-id: https://develop.svn.wordpress.org/trunk@27534 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor
2014-03-14 12:33:24 +00:00
parent 4a2ffa917c
commit 86722dfaaa
3 changed files with 17 additions and 3 deletions
@@ -203,6 +203,13 @@ img::selection {
outline: 0;
}
audio,
video,
embed {
display: -moz-inline-stack;
display: inline-block;
max-width: 100%;
}
/**
* WP Views