Fixed youtube embed on single item collection #5

This commit is contained in:
Fabiano 2018-11-13 11:10:05 -02:00
parent e63e3a555e
commit 99e5e62666
1 changed files with 8 additions and 7 deletions

View File

@ -336,13 +336,14 @@
}
}
.tainacan-embed-container{
@media only screen and (min-width: 768px){
iframe {
position: absolute;
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
@media only screen and (min-width: 768px){
width: 70vw;
height: 70vh;
}
}
}