Ad Youtube video in '' Portfolio '' with player option

3 replies · opened Mar 19, 2018

CcpoitrasMar 19, 2018

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">
[

attachment

](#)
<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 ! :)

SSemicolon WebSTAFFMar 19, 2018

Hello,

Currently this is not supported out of the box and you will need to Edit the Codes. Please find the following code in the js/plugins.js File:

//www.youtube.com/embed/%id%?autoplay=1

and replace it with:

//www.youtube.com/embed/%id%?autoplay=1&rel=0

This will definitely work fine. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

CcpoitrasMar 21, 2018

Hi! Thx for your answer, did the change, but still doesn't work, here is the page, first video : http://forcesavenir.qc.ca/videos.html

Did I put the wrong link in :


									[](https://www.youtube.com/watch?v=QqiwSxgrEPM)
									[](portfolio-single-video.html)
								

?

SSemicolon WebSTAFFMar 27, 2018

Hello,

We have checked out your Website and this appears to be working fine after the provided fix.

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard