♻️ (chilled music) simpler usage of plyr

This commit is contained in:
2020-07-12 11:27:25 +02:00
parent 3f991b6953
commit f1960eea2a

View File

@@ -1,18 +1,14 @@
<template> <template>
<div class="chilled-music" v-show="false">
<div <div
class="chilled-music plyr__video-embed" class="chilled-music plyr__video-embed"
id="player" id="player"
v-show="false"
allowfullscreen allowfullscreen
allowtransparency allowtransparency
allow="autoplay" allow="autoplay"
> data-plyr-provider="youtube"
<iframe data-plyr-embed-id="5qap5aO4i9A"
allowfullscreen ></div>
allowtransparency
allow="autoplay"
src="https://www.youtube-nocookie.com/embed/5qap5aO4i9A"
></iframe>
</div> </div>
</template> </template>