♻️ (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 <div class="chilled-music" v-show="false">
class="chilled-music plyr__video-embed" <div
id="player" class="chilled-music plyr__video-embed"
v-show="false" id="player"
allowfullscreen
allowtransparency
allow="autoplay"
>
<iframe
allowfullscreen allowfullscreen
allowtransparency allowtransparency
allow="autoplay" allow="autoplay"
src="https://www.youtube-nocookie.com/embed/5qap5aO4i9A" data-plyr-provider="youtube"
></iframe> data-plyr-embed-id="5qap5aO4i9A"
></div>
</div> </div>
</template> </template>