Files
anissah/user/plugins/youtube/css/youtube.css
T
2018-05-24 18:51:55 +02:00

18 lines
311 B
CSS

.grav-youtube {
height: 0;
padding-top: 25px;
padding-bottom: 56.34%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
max-width: 1920px;
max-height: 1080px;
}
.grav-youtube iframe {
top: 0;
left: 0;
width: 100%;
height: 100%;
position: absolute;
}