♻️ (chilled music) simpler usage of plyr
This commit is contained in:
@@ -1,18 +1,14 @@
|
||||
<template>
|
||||
<div class="chilled-music" v-show="false">
|
||||
<div
|
||||
class="chilled-music plyr__video-embed"
|
||||
id="player"
|
||||
v-show="false"
|
||||
allowfullscreen
|
||||
allowtransparency
|
||||
allow="autoplay"
|
||||
>
|
||||
<iframe
|
||||
allowfullscreen
|
||||
allowtransparency
|
||||
allow="autoplay"
|
||||
src="https://www.youtube-nocookie.com/embed/5qap5aO4i9A"
|
||||
></iframe>
|
||||
data-plyr-provider="youtube"
|
||||
data-plyr-embed-id="5qap5aO4i9A"
|
||||
></div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user