v1/web/modules/contrib/blazy/css/components/blazy.oembed.css

17 lines
302 B
CSS

/**
* @file
* Makes oembed iframe responsive, leaving the rest to media/oembed.iframe.
*/
/** This class ensures Blazy does not interfere non-blazy oembed iframes. */
.is-b-oembed {
overflow: hidden;
}
.is-b-oembed iframe {
border: 0;
height: 100vh;
max-width: 100%;
overflow: hidden;
}