Skip to content

Commit

Permalink
Update widget_youtube.html
Browse files Browse the repository at this point in the history
  • Loading branch information
wendelnascimento authored Jun 10, 2019
1 parent d557e60 commit da824b9
Showing 1 changed file with 31 additions and 17 deletions.
48 changes: 31 additions & 17 deletions _includes/widget_youtube.html
Original file line number Diff line number Diff line change
@@ -1,23 +1,37 @@
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/xYGKb9iwbtY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="videos-youtube-slick">
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/xYGKb9iwbtY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/1-cYJrsbTwY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/1-cYJrsbTwY" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/JjXgdGN10kE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/JjXgdGN10kE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/vGs1Hfh7HFE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/vGs1Hfh7HFE" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/Mv8ode8Yt5Q" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/Mv8ode8Yt5Q" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>

<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/Kb-C6nseGGc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="iframe-container">
<iframe width="750" height="315" src="https://www.youtube.com/embed/Kb-C6nseGGc" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/combine/npm/[email protected]/slick/slick.min.css,npm/[email protected]/slick/slick-theme.min.css">
<script src="https://cdn.jsdelivr.net/combine/npm/[email protected],npm/[email protected]"></script>

<script>
$(document).ready(function(){
$('#videos-youtube-slick').slick({
slidesToShow: 1,
slidesToScroll: 1,
});
});
</script>

0 comments on commit da824b9

Please sign in to comment.