YouTube video doesn't work on homepage – Tony

This code doesn’t work
<div class=“first-banner”><a class=“youtube cboxElement” href=https://www.youtube.com/watch?v=jMb2P-cyeC0&#8221;><img src=“{{media url=”wysiwyg/banners/video-banner.jpg“}}” alt=“CASUAL MAGENTO THEME” /></a><img src=“{{media url=”wysiwyg/banners/banner01.jpg“}}” alt=“First Banner” /></div>
 
Not even in your demo site: http://tony.demo.ubertheme.com/
There is an error message:
This content failed to load.

8 answers

Profile photo of Ziven Staff 100280.00 $tone April 1, 2015
Public

Hi Fjoom,
Please change the code:

<div class=“first-banner”><a class=“youtube cboxElement” href=“https://www.youtube.com/watch?v=jMb2P-cyeC0″><img src=“{{media url=”wysiwyg/banners/video-banner.jpg“}}” alt=“CASUAL MAGENTO THEME” /></a><img src=“{{media url=”wysiwyg/banners/banner01.jpg“}}” alt=“First Banner” /></div>

Change to:

<div class="first-banner"><a class="youtube cboxElement" title="Acne Studios | Fall Winter 2015/2016 Full Fashion Show | Exclusive" href="https://www.youtube.com/embed/QePCO_bx1rU"><img alt="JM CASUAL MAGENTO THEME" src="{{media url="wysiwyg/banners/video-banner.jpg"}}" /></a><img alt="First Banner" src="{{media url="wysiwyg/banners/banner01.jpg"}}" /></div>
<script type="text/javascript">// <![CDATA[
(function($) {
$(".youtube").colorbox({iframe:true, innerWidth:560, innerHeight:315});
})(jQuery);
// ]]></script>

On the demo we will update it today.
Best Regards,
Ziven.
 
 
 

#3
Profile photo of fjoomuser 50.00 $tone April 1, 2015
Public

Hi Ziven
That didn’t work either, because the size of the video was totally wrong.. the width as ok but the height wasn’t. I’m trying this one. that works better, the only issue here is that I see a white line at the bottom of the video
 
<div class=”first-banner”><a href=”javascript:void jQuery.colorbox({html:’&lt;iframe width=853 height=480 src=http://www.youtube.com/embed/QePCO_bx1rU frameborder=0 allowfullscreen&gt;&lt;/iframe&gt;’})”><img src=”{{media url=”wysiwyg/banners/video-banner.jpg”}}” alt=”First Banner” /> </a><img src=”{{media url=”wysiwyg/banners/banner01.jpg”}}” alt=”First Banner” /></div>

#4
Profile photo of onelabel 1710.00 $tone September 12, 2017
Public

Hi Ziven,
 
Please can you help me with the above issue?
The youtube video is not playing our video for the second time this is not working.
You have access to my Magento admin. 
Thanks

#6
Profile photo of onelabel 1710.00 $tone September 12, 2017
Public

Hi Ziven,
 
Please can you help me with the above issue?
The youtube video is not playing our video for the second time this is not working.
You have access to my Magento admin. 
Thanks

#7

Please login or Register to Submit Answer

Written By

Comments