Add br before video player

This commit is contained in:
Karlis Cudars 2021-10-24 01:47:20 +03:00
parent ab4fa6ee8d
commit 137bc1f074

View file

@ -1,5 +1,6 @@
<template>
<div v-if="video && isEmbed" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999">
<br />
<div v-if="video && isEmbed" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999;">
<Player
ref="videoPlayer"
:video="video"