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{ .tainacan-embed-container{
@media only screen and (min-width: 768px){ iframe {
iframe { position: relative;
position: absolute; top: 0;
top: 0; left: 0;
left: 0;
width: 100%; @media only screen and (min-width: 768px){
height: 100%; width: 70vw;
height: 70vh;
} }
} }
} }