vendor
7 years ago
addons.css
9 years ago
admin.css
6 years ago
embedpress-elementor.css
6 years ago
embedpress.css
6 years ago
font.css
7 years ago
index.html
7 years ago
preview.css
6 years ago
embedpress-elementor.css
42 lines
| 1 | .embedpress-aspect-ratio-219 .embedpress-fit-aspect-ratio .embedpress-wrapper { |
| 2 | padding-bottom: 42.8571%; |
| 3 | } |
| 4 | |
| 5 | .embedpress-aspect-ratio-169 .embedpress-fit-aspect-ratio .embedpress-wrapper { |
| 6 | padding-bottom: 56.25%; |
| 7 | } |
| 8 | |
| 9 | .embedpress-aspect-ratio-43 .embedpress-fit-aspect-ratio .embedpress-wrapper{ |
| 10 | padding-bottom: 75%; |
| 11 | } |
| 12 | |
| 13 | .embedpress-aspect-ratio-32 .embedpress-fit-aspect-ratio .embedpress-wrapper{ |
| 14 | padding-bottom: 66.6666%; |
| 15 | } |
| 16 | |
| 17 | .embedpress-aspect-ratio-11 .embedpress-fit-aspect-ratio .embedpress-wrapper { |
| 18 | padding-bottom: 100%; |
| 19 | } |
| 20 | |
| 21 | .embedpress-aspect-ratio-916 .embedpress-fit-aspect-ratio .embedpress-wrapper { |
| 22 | padding-bottom: 177.8%; |
| 23 | } |
| 24 | |
| 25 | .embedpress-fit-aspect-ratio .embedpress-wrapper { |
| 26 | position: relative; |
| 27 | height: 0; |
| 28 | } |
| 29 | |
| 30 | .embedpress-fit-aspect-ratio .embedpress-wrapper iframe { |
| 31 | position: absolute; |
| 32 | top: 0; |
| 33 | left: 0; |
| 34 | height: 100%; |
| 35 | width: 100%; |
| 36 | border: 0; |
| 37 | background-color: #000; |
| 38 | } |
| 39 | |
| 40 | .embedpress-fit-aspect-ratio video { |
| 41 | width: 100%; |
| 42 | } |