Keep correct size of embed video in TinyMce
问题 I want to add embed media in TinyMce with media plugin. When I add an embed video for example with specific size value, when I save the post, the width is not correct. The following HTML is created: <iframe src="//www.youtube.com/embed/XlpTLDulFe8" width="100" height="100" allowfullscreen="allowfullscreen"></iframe> But infortunatly, i've the folowing CSS (mdl CSS) that overload my width-size: iframe { display: block; width: 100%; border: none; } I want to use instead a max-width:100%; for