We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6be26e5 + 43b587c commit f658a66Copy full SHA for f658a66
_sass/critical/_video.scss
@@ -14,6 +14,12 @@
14
height: 100%;
15
}
16
17
+ .touch-device &.hero-block {
18
+ background: url(../img/features/video-fallback.jpg);
19
+ background-position: center;
20
+ background-size: cover;
21
+ }
22
+
23
.video {
24
25
width: 100%;
@@ -25,6 +31,10 @@
31
background-color: $pink;
26
32
object-fit: cover;
27
33
z-index: 0;
34
35
+ .touch-device & {
36
+ display: none;
37
28
38
29
39
30
40
img/features/video-fallback.jpg
108 KB
0 commit comments