Hi, I am trying to ad a video from Youtube in the portfolio section. I don't want to show related at the end and the video title.
Here is the link from Youtube embed: https://www.youtube.com/embed/QqiwSxgrEPM?rel=0&showinfo=0
Link work in browser but doesn't work when placed in the page as a link.
Here is the page : http://forcesavenir.qc.ca/videos.html
Here is the full embed link : <iframe width="560" height="315" src="https://www.youtube.com/embed/QqiwSxgrEPM?rel=0&showinfo=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
And here is the '' Portfolio '' code from Canvas :
<!-- Portfolio Items
============================================= -->
<div id="portfolio" class="portfolio grid-container clearfix">
<article class="portfolio-item">
<div class="portfolio-image">
[

](#)
<div class="portfolio-overlay">
</div>
</div>
<div class="portfolio-desc">
<h3>Mélanie Napartuk</h3>
<span>Graphics, UI Elements</span>
</div>
</article>
</div><!-- #portfolio end -->
Thank you ! :)
