javascript 如何在Magnific Popup Gallery中显示图像和视频

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript 如何在Magnific Popup Gallery中显示图像和视频相关的知识,希望对你有一定的参考价值。

jQuery(document).ready(function($) {
  $('.popup-gallery').magnificPopup({
      delegate: 'a',
      type: 'image',
      tLoading: 'Loading image #%curr%...',
      mainClass: 'mfp-img-mobile',
      gallery: {
        enabled: true,
        navigateByImgClick: true,
        preload: [0,1] // Will preload 0 - before current, and 1 after the current image
      },
      image: {
        tError: '<a href="%url%">The image #%curr%</a> could not be loaded.',
        /*titleSrc: function(item) {
          return item.el.attr('title') + '<small>by Marsel Van Oosten</small>';
        }*/
      },
      callbacks: {
        elementParse: function(item) {
     // the class name
     if(item.el.context.className == 'video-link') {
       item.type = 'iframe';
     } else {
       item.type = 'image';
     }
        }
      },
  });
});

以上是关于javascript 如何在Magnific Popup Gallery中显示图像和视频的主要内容,如果未能解决你的问题,请参考以下文章

javascript Magnific youtube没有相关视频

javascript Magnific增强了内联弹出窗口的链接

Magnific popup - 如何垂直放置内联内容?

如何让 magnific-popup 打开内联库中的选定项目?

php [magnific popup] jquery magnific popup

“magnific.popup.js”的延迟加载