XF 2.0 How to max width/hight Embedded video or any video?

How to max width/hight Embedded video or any video?
I set it up on images, with

.message-body img
{
max-width: 500px;
max-height: 500px;
}

Is it possible to do this on videos to?
Thanks
 
yes, I just came to mention it
Well :).

If you look at his FAQ:
CSS:
CSS:

[data-s9e-mediaembed="youtube"] { max-width: 1280px !important; }

So this should work for youtube, you can set it to "auto" for full width.

I don't know how to do it for all embeds, you should ask for support in the addon's thread.
 
Top Bottom