After inspecting without luck, there is a solution that I came up with
See what we do, watch the video here.
<div style="display: none;"> <div id="player"></div> </div> <script src="http://www.youtube.com/player_api"></script> <script> $(document).ready(function () { $("a.video_button").fancybox({ 'titlePosition' : 'inside', 'transitionIn' : 'none', 'transitionOut' : 'none' }); }); </script>
source share