I have this code to show a youtube video when i click in a small image, but the problem is that the youtube controls like volume and full screen and that things are not working...but i think everything is ok! Only the Youtube play button works, the volume and other controls dont work!
<script type="text/javascript">
$(document).ready(function($) {
$(".fancybox").fancybox({
type: "iframe",
iframe : {
preload: false
}
});
});
</script>
<a class="fancybox" rel="group" href="//www.youtube.com/embed/29tFKSylaGE" title="Image Veg"><img src="imagens/pic4.jpg" alt="Image1" title="Image 1"></a>