fancybox iframe o video de imatge o texte

fancybox iframe o video de imatge o texte

 //iframe per l'embed//
<a href="iframe.html" data-fancybox data-type="iframe">nom</a>

//video amb una imatge o texte si la suprimeixo//
<a data-fancybox="video-gallery" href="/img/video.mp4" data-width="640" data-height="360">
  <img src="/img/video.jpeg" width="200" height="150" />
</a>