diff --git a/themes/Loopp/static/css/style.css b/themes/Loopp/static/css/style.css index 22f12f1..c039ed9 100644 --- a/themes/Loopp/static/css/style.css +++ b/themes/Loopp/static/css/style.css @@ -236,4 +236,20 @@ li.translations { .custom-wrapper.open { height: auto; +} + +.iframe-container iframe { + border: 0; + height: 100%; + left: 0; + position: absolute; + top: 0; + width: 100%; +} + +.iframe-container { + overflow: hidden; + /* Calculated from the aspect ration of the content (in case of 16:9 it is 9/16= 0.5625) */ + padding-top: 56.25%; + position: relative; } \ No newline at end of file