このセレクターのfancyboxを初期化しました:
$('.featured-video').fancybox({
type : 'iframe'
});
しかし、HTMLコードのこの部分では:
<div class='featured-video'>
<h3 class="blocked">Featured Video</h3>
<div class="gray-box">
<a class="fancybox.iframe featured-video" href="http://www.youtube.com/embed/fdn3ZTiFNaM" data-fancybox-href="http://www.youtube.com/embed/fdn3ZTiFNaM"><img src="sites/all/themes/blithely/assets/images/placeholders/featured-video.jpg" /></a>
<p><a href="#">Family birthing center tour</a></p>
</div><!--/graybox-->
</div><!--/featured-video-->
あなた<div>
はあなたのアンカーと同じクラス( )を持っています。.featured-video
Fancyboxは、最初のセレクター()からコンテンツを取得しようとしていますが、これはメッセージ<div>
を提供しません。href
The requested content cannot be loaded.
Please try again later.
親コンテナのクラスを削除するか、名前を変更します。