diff options
author | Andreas Hubel | 2018-12-28 21:35:44 +0100 |
---|---|---|
committer | Andreas Hubel | 2018-12-28 21:35:51 +0100 |
commit | 8a01788fdc5e7d3062d66388b41350fe85d95c56 (patch) | |
tree | 5ea1cc2251963290c8c1d46510599868d0e2f535 /template | |
parent | 46dfa787ecf082b646d73e9948887af20277bc8d (diff) |
fix "new" audio player display on small devices
Diffstat (limited to 'template')
-rw-r--r-- | template/assemblies/player/audio.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/assemblies/player/audio.phtml b/template/assemblies/player/audio.phtml index 0713f20..c3594eb 100644 --- a/template/assemblies/player/audio.phtml +++ b/template/assemblies/player/audio.phtml @@ -2,7 +2,7 @@ preload="auto" controls="controls" autoplay="autoplay" - style="height: 400px; display: block; margin: auto;" + style="max-height: 400px; max-width:100vw; display: block; margin: auto;" poster="<?=h($stream->getPoster())?>" > <source |