Fixed youtube embed on single item collection #5
This commit is contained in:
parent
e63e3a555e
commit
99e5e62666
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue