XF 2.3 Video Embed Size

When a user uploads a video, the thumbnail looks squished. When they play the video it looks normal, but the thumbnail looks stretched out. Is there a way to fix this?
 
Tell them to click on insert after attaching and uploading then it shows as full size embedded anyway. Or whatever size you may have set in extra.less

CSS:
// video width
.bbMediaWrapper
{
    width: 800px;
}
 
Last edited:
Back
Top Bottom