支持图像和 swf 的 JavaScript / jQuery 画廊?
我正在寻找一个简单的 JavaScript / jQuery 画廊,具有以下功能:
- 页面上应该有一些拇指和一个大图像。
- 单击拇指时,大图像将替换为拇指的大图像。
- 如果单击特定的缩略图,则会加载 swf 来代替大图像。
- 如果在单击下一个拇指时换出大图像时有过渡效果,那就太好了。
我尝试构建一些东西,但它的缺陷太多。我见过许多画廊同时支持图像和 swf 文件,但它们在灯箱中打开,这不是我想要的。
有人有什么想法吗?
I'm looking for a simple JavaScript / jQuery gallery with the following features:
- There should be some thumbs on the page and a large image.
- When a thumb is clicked the large image is replaced with with a large image of the thumb.
- If a particular thumb image is clicked a swf is loaded in place of the large image.
- It would be nice if there was a transition effect when the large image is swapped out when the next thumb is clicked.
I tried to build something, but it was too buggy. I have seen many galleries which support both images and swf files but they open in a lightbox and this is not what I want.
Does anyone have any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我的朋友最简单、最好的朋友之一是pikaCose
最简单的演示满足您的需求
pika 选择了简单的画廊
与 lightbox/fancy box 集成
皮卡选择的精美盒子
只需浏览一次代码,您一定会喜欢它
my friend one of the easiest and the best is pikaChose
Simplest demo fulfilling your needs
pika chose simple gallery
integration with lightbox/fancy box
fancy box pika chose
Just go through the code once and you wills surely love it
FeaturedContentSlider 具有您提到的缩略图功能,并且是一个支持 swf 文件的 jQuery 滑块(每张幻灯片接受您放入其中的任何 html 内容,即使演示没有说明这一点)。这是链接! http://css-tricks.com/examples/FeaturedContentSlider/
FeaturedContentSlider has the thumbnail functionality you mentioned, and is a jQuery slider that supports swf files (each slide accepts any html content you put in it, even if the demo dosn't illustrate that). Here's the link! http://css-tricks.com/examples/FeaturedContentSlider/