⁨5⁩ ⁨Comments⁩

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