Skip to content

Instantly share code, notes, and snippets.

@barmgeat
Created October 20, 2019 02:30
Show Gist options
  • Save barmgeat/000395f0b608eebece8651bd0ae890f8 to your computer and use it in GitHub Desktop.
Save barmgeat/000395f0b608eebece8651bd0ae890f8 to your computer and use it in GitHub Desktop.
YouTube iframe:
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/videoseries?list=PLx0sYbCqOb8TBPRdmBHs5Iftvv9TPboYG"
frameborder="0"
allow="autoplay; encrypted-media"
allowfullscreen>
</iframe>
gist:
<iframe
frameborder=0
style="min-width: 200px; width: 60%; height: 460px;"
scrolling="no"
seamless="seamless"
srcdoc='
<html>
<body>
<style type="text/css">
.gist .gist-data { height: 400px; }
</style>
<script src="https://gist.github.com/sundbry/55bb902b66a39c0ff83629d9a8015ca4.js"></script>
</body>
</html>
'></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment