PluginProbe
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder / 2.9.1
aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder v2.9.1
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 1.1.2 All 80 releases
ablocks / assets / build / blocks / video / style.css

style.css in aBlocks – Gutenberg Blocks, User Dashboard Builder, Popup Builder, Form Builder & Animation Builder 2.9.1, at assets/build/blocks/video/style.css

68 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
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 }
68