Last active
September 21, 2020 10:12
-
-
Save zorca/0e709e656174dcbd0e2526596fd183ea to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div class="player-container video-responsive"> | |
<vue-plyr class="plyr-outer plyr-outer--custom"> | |
<div class="plyr__video-embed"> | |
<iframe | |
src="https://www.youtube.com/embed/ennSXaDOOeA?iv_load_policy=3&modestbranding=1&playsinline=1&showinfo=0&rel=0&enablejsapi=1" | |
allowfullscreen | |
allowtransparency | |
> | |
</iframe> | |
</div> | |
</vue-plyr> | |
</div> | |
</template> | |
<script> | |
export default {} | |
</script> | |
<style scoped> | |
.plyr { | |
--plyr-color-main: #ea6012; | |
} | |
</style> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment