Skip to content

Instantly share code, notes, and snippets.

@zorca
Last active September 21, 2020 10:12
Show Gist options
  • Save zorca/0e709e656174dcbd0e2526596fd183ea to your computer and use it in GitHub Desktop.
Save zorca/0e709e656174dcbd0e2526596fd183ea to your computer and use it in GitHub Desktop.
<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