How i can make fancybox auto close when youtube video ended?
This isn't as simple as it sounds:
onStateChange
event listener so you can determine when the video has completed (the value of zero means the video has ended)$.fancybox.close
method to close the popupor, you could just let the user close the popup.