Comment #⁨2⁩

In reply to Tyler DuPont Tyler DuPont

Adding any external link with ending .mp4 will automatically make it embed, but it does not respect the size of the message.

  1. In reply to riegel02 riegel02

    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%.