As designed Media embed is so small on Thread view

Most likely as intended.

Add this to extra.less if you don't like it:
Code:
.embeddedMedia {
    width: 100% !important;
    max-width: 100% !important;
}
 
Top Bottom