PluginProbe
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant / 2.2.7
Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant v2.2.7
2.3.2 2.3.1 2.3.0 2.2.8 2.2.7 trunk 1.10.0 1.10.1 1.10.2 1.10.3 1.10.4 1.10.5 1.11.0 1.11.1 1.11.2 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.9.0 1.9.1 1.9.10 1.9.11 All 60 releases
merchant / assets / css / modules / product-video / product-video.css

product-video.css in Product Labels, Quick View, Buy Now, Pre-Orders, Frequently Bought Together & More for WooCommerce – Merchant 2.2.7, at assets/css/modules/product-video/product-video.css

72 lines 1.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * Product Video
3 *
4 */
5 .merchant-video-ratio {
6 position: relative;
7 z-index: 1;
8 overflow: hidden;
9 width: 100%;
10 padding-top: 56.25%;
11 }
12 .merchant-video-ratio embed,
13 .merchant-video-ratio audio,
14 .merchant-video-ratio video,
15 .merchant-video-ratio iframe {
16 display: block;
17 position: absolute;
18 top: 0;
19 left: 0;
20 bottom: 0;
21 right: 0;
22 width: 100%;
23 height: 100%;
24 }
25
26 .merchant-video-ratio-16-9 {
27 padding-top: 56.25%;
28 }
29
30 .merchant-video-ratio-9-16 {
31 padding-top: 177.7777777778%;
32 }
33
34 .merchant-video-ratio-4-3 {
35 padding-top: 75%;
36 }
37
38 .merchant-video-ratio-3-2 {
39 padding-top: 66.6666666667%;
40 }
41
42 .merchant-video-ratio-1-1 {
43 padding-top: 100%;
44 }
45
46 .merchant-video-ratio-auto embed,
47 .merchant-video-ratio-auto audio,
48 .merchant-video-ratio-auto video,
49 .merchant-video-ratio-auto iframe {
50 display: block;
51 width: 100%;
52 max-width: 100%;
53 }
54
55 .merchant-product-has-video .woocommerce-product-gallery__wrapper {
56 width: 100%;
57 height: 100%;
58 }
59 .merchant-product-has-video .merchant-product-video {
60 width: 100%;
61 margin-bottom: 20px;
62 -ms-flex-item-align: start;
63 align-self: flex-start;
64 justify-self: flex-start;
65 }
66 .merchant-product-has-video .merchant-product-video + .woocommerce-product-gallery__image,
67 .merchant-product-has-video .merchant-product-video + .woocommerce-product-gallery {
68 display: none !important;
69 }
70 .merchant-product-has-video .fitVids-wrapper {
71 padding-bottom: 0 !important;
72 }