How to insert video or html in fancybox?
It’s simple. If you need to insert a fancybox video (for example, to open the video in fancybox http://www.youtube.com/embed/HsQfOUTKX9Q), then you must use the following html code:
<a href="http://www.youtube.com/embed/HsQfOUTKX9Q" class="iframe"> Video in fancybox </a>
If you need to insert in fancybox html (for example, what would the fancybox opened http://envato.com/), then you must use the following html code:
<a href="http://envato.com/" class="iframe"> envato.com in fancybox </a>