diff options
author | Anton Schubert | 2016-12-30 18:50:27 +0100 |
---|---|---|
committer | Anton Schubert | 2016-12-30 18:50:27 +0100 |
commit | 9ef4ed5c302725ea98baa65665199b87e1a5204e (patch) | |
tree | 9a53a1b55c415ce34f8766564efb69e79d8570ed /assets | |
parent | 9de27c46ec7fc72ece1968d8faa6dbdeb74c5578 (diff) |
relive: fix player width
Diffstat (limited to '')
-rw-r--r-- | assets/css/_relive.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/_relive.less b/assets/css/_relive.less index 736ef11..21b0144 100644 --- a/assets/css/_relive.less +++ b/assets/css/_relive.less @@ -38,6 +38,7 @@ body.relive-player { // force 16:9 aspect ratio // https://gordonlesti.com/bootstrap-responsive-embed-aspect-ratio/ padding-bottom: 56.25%; + max-width: 100%; height: auto !important; } } |