How to set max youtube size in a chat ?
Add maximum size of a youtube video in a chat. Clicking on a small image will open it in the original size.
.message-text .youtube-wrap {
max-width: 300px !important;
max-height: 300px;
padding: 0;
height: auto;
}
.youtube-wrap > iframe {
height: auto;
position: static;
}