CJ 1 년 전
부모
커밋
fe8b3e41d1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      templates/blog.html

+ 1 - 1
templates/blog.html

@@ -287,7 +287,7 @@
     }
     var lightbox = new PhotoSwipeLightbox({
         gallery: 'p',
-        children: 'a',
+        children: 'a[data-pswp-width]',
         // dynamic import is not supported in UMD version
         pswpModule: PhotoSwipe
     });