gpt4 book ai didi

javascript - codepen 中的 photoswipe.js 空白渲染

转载 作者:行者123 更新时间:2023-11-28 05:09:05 25 4
gpt4 key购买 nike

我正在使用 photoswipe 一个 jquery 画廊插件。我在控制台中没有错误。我已经包含了所有必需的 js 和 css。不知道为什么它是空白的。

http://codepen.io/eldyvoon/pen/BLWWbW

$(document).on('click','.album_item',function(){

var photosIndex = $(this).closest('.box_album_item').index() - 2;
console.log(photosIndex)

var pswpElement = document.querySelectorAll('.pswp')[0];

var gallery = new PhotoSwipe( pswpElement, PhotoSwipeUI_Default, pswpAlbum_Items);
gallery.init();

gallery.goTo(photosIndex);

});

最佳答案

评论display: none显示相册

#album_item{
margin: 0 -1px 0 -1px;
overflow: hidden;
//display: none;
margin-top: 31px;
}

关于javascript - codepen 中的 photoswipe.js 空白渲染,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39671819/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com