mirror of
https://github.com/TeamPiped/Piped.git
synced 2024-11-10 02:08:21 +00:00
Fix for fullscreen issue.
This commit is contained in:
parent
ffd4a195d6
commit
192e245381
@ -1,12 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="uk-container-expand">
|
<div class="uk-container-expand">
|
||||||
<div data-shaka-player-container ref="container">
|
<div
|
||||||
<video
|
data-shaka-player-container
|
||||||
data-shaka-player
|
style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
|
||||||
:autoplay="shouldAutoPlay"
|
ref="container"
|
||||||
style="width: 100%; height: 100%; max-height: 75vh; min-height: 250px;"
|
>
|
||||||
ref="videoEl"
|
<video data-shaka-player class="uk-width-expand" :autoplay="shouldAutoPlay" ref="videoEl"></video>
|
||||||
></video>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user