Subarist Apr 16, 2024 In reply to riegel02 riegel02 Apr 15, 2024 Adding any external link with ending .mp4 will automatically make it embed, but it does not respect the size of the message. I'm currently fixing this issue with CSS: video { max-width: 640px; margin-left: auto; margin-right: auto; display: block; } To adapt to your layout, perhaps simply use width: 100%.
I'm currently fixing this issue with CSS:
To adapt to your layout, perhaps simply use width: 100%.