gpt4 book ai didi

jquery - 多页 jQuery 图片库

转载 作者:行者123 更新时间:2023-12-01 07:36:06 30 4
gpt4 key购买 nike

有没有支持多页的 jQuery 画廊?我的问题是,每个页面包含不同数量的图像。我正在使用 Lightbox 2,但我看不到任何方法来配置多页画廊。我可以创建 5-6 个静态 HTML 页面,一页可以包含一个图片库,但我认为,这不是完美的解决方案。有什么建议吗?

最佳答案

CmdrTallen刚刚发布了一个SO postGallerific 。它支持多页面解决方案,如演示中所示。

Super simple to implement you just put your images in a Unordered List (UL) (in the example below the "thumbs-min" is the UL) and then do something like this;

$(document).ready(function() {                              
// Initialize Minimal Galleriffic Gallery
$('#gallery').galleriffic('#thumbs-min', {
imageContainerSel: '#slideshow',
controlsContainerSel: '#controls'
});
});

关于jquery - 多页 jQuery 图片库,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1538276/

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