Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Last active April 28, 2021 13:02
Show Gist options
  • Save ng-the-engineer/fc135e847ec5d980e17e8cf7f38d1bf8 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/fc135e847ec5d980e17e8cf7f38d1bf8 to your computer and use it in GitHub Desktop.
Code snippet of CV2
<!-- Popup IJK-->
<div id="popupIJK" class="popup">
<div class="popup-content">
<div class="container">
<div id="closePopupIJK" class="close">&times;</div>
<div class="youtube-video-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/GUJ9gLOiP-Q"
frameborder="0"
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen
></iframe>
</div>
</div>
</div>
</div>
<!-- End Popup IJK-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment