Is there any way to make Youtube embeds smaller?

Hi, welcome to Meta! :wave:

You can try this CSS:

.lazy-video-container {
    height: auto;
    padding: 0;
    max-width: 500px;  /* adjust here, use the unit you want */
}
1 Like