PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.14.0
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.14.0
2.14.0 2.13.0 2.13.1 2.12.0 2.11.1 2.11.0 2.10.0 2.9.0 2.7.4 2.7.5 2.7.6 2.7.7 2.8.0 2.8.1 2.9.1 trunk 1.0 1.0-beta1 1.0-beta2 1.0-beta3 1.0.1 1.0.2 1.0.3 1.1.0 1.1.1 All 81 releases
← All changes | assets/build/blocks/video/style.css +1 -67 2.9.1 → 2.14.0 View file →
@@ -1,67 +1 @@
1 -.ablocks-block--video > .ablocks-block-container {
2 - max-width: 100%;
3 - width: 100%;
4 - height: auto;
5 - aspect-ratio: 1.77777;
6 -}
7 -
8 -.ablocks-block--video video,
9 -.ablocks-block--video iframe {
10 - max-width: 100%;
11 - width: 100%;
12 - height: 100%;
13 - object-fit: cover;
14 - margin: 0;
15 - background-color: #000000;
16 -}
17 -
18 -.ablocks-block--video .ablocks-video-player {
19 - max-width: 100%;
20 - width: 100%;
21 - height: 100%;
22 - object-fit: cover;
23 -}
24 -
25 -.ablocks-block--video .ablocks-vimeo-video-player {
26 - max-width: 100%;
27 - width: 100%;
28 - height: 100%;
29 - object-fit: cover;
30 - border: none;
31 - background-color: #000000;
32 -}
33 -
34 -.ablocks-control-field-description {
35 - font-size: 11px;
36 - font-style: italic;
37 - line-height: 1.4;
38 -}
39 -.ablocks-prevent-select {
40 - position: relative;
41 -}
42 -.ablocks-prevent-select::after {
43 - position: absolute;
44 - content: "";
45 - top: 0;
46 - left: 0;
47 - right: 0;
48 - bottom: 0;
49 - width: 100%;
50 - height: 100%;
51 - background-color: #00000000;
52 -}
53 -
54 -.ablocks-video--times-wrapper {
55 - display: flex;
56 - flex-direction: column;
57 - margin: 8px 0;
58 -}
59 -
60 -.ablocks-video--times-wrapper > .ablocks-control {
61 - margin-bottom: 0;
62 -}
63 -
64 -.ablocks-video--times-wrapper > .ablocks-control-field-description {
65 - margin-bottom: 8px;
66 - margin-top: 4px;
67 -}
1 +.ablocks-block--video>.ablocks-block-container{aspect-ratio:1.77777;height:auto;max-width:100%;width:100%}.ablocks-block--video iframe,.ablocks-block--video video{background-color:#000;height:100%;margin:0;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-video-player,.ablocks-block--video .ablocks-vimeo-video-player{height:100%;max-width:100%;object-fit:cover;width:100%}.ablocks-block--video .ablocks-vimeo-video-player{background-color:#000;border:none}.ablocks-control-field-description{font-size:11px;font-style:italic;line-height:1.4}.ablocks-prevent-select{position:relative}.ablocks-prevent-select:after{background-color:#00000000;bottom:0;content:"";height:100%;left:0;position:absolute;right:0;top:0;width:100%}.ablocks-video--times-wrapper{display:flex;flex-direction:column;margin:8px 0}.ablocks-video--times-wrapper>.ablocks-control{margin-bottom:0}.ablocks-video--times-wrapper>.ablocks-control-field-description{margin-bottom:8px;margin-top:4px}