Skip to content
Snippets Groups Projects
Commit 42480f85 authored by Štěpán Farka's avatar Štěpán Farka Committed by jan.bednarik
Browse files

[FIX] embed video donate

parent 6905004b
No related branches found
No related tags found
2 merge requests!550Release,!549Misc enhancements 9
Pipeline #8486 passed
...@@ -1175,8 +1175,21 @@ img.full-width { ...@@ -1175,8 +1175,21 @@ img.full-width {
} }
.responsive-object { .responsive-object {
padding-bottom: 0 !important; position: relative;
overflow: hidden; }
.responsive-object.ratio-16-9 {
padding-bottom: calc(100% / 16 * 9);
}
.responsive-object iframe,
.responsive-object object,
.responsive-object embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment