♻️ (chilled music) simpler usage of plyr
This commit is contained in:
@@ -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>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user