Warning: Undefined array key "custom_author" in /home/suworks03/magokoro-ihin.com/public_html/wp/wp-content/themes/sw/header.php on line 30

Warning: Trying to access array offset on value of type null in /home/suworks03/magokoro-ihin.com/public_html/wp/wp-content/themes/sw/header.php on line 30
#動画ページ(モーダルウィンドウ) - 公式ウェブサイト
#動画ページ(モーダルウィンドウ) - 公式ウェブサイト

#動画ページ(モーダルウィンドウ)

modal-video.jsプラグインを利用しています。
footer.phpテンプレート内に以下jsコードを記述します。オプションは必要に応じて修正してください。

$(function() {
  //modal-video
  $(".js-modal-btn").modalVideo({
    youtube:{
      autoplay:1,
      // mute:1,
      rel:0
    }
  });
});
PAGE TOP