需要简单的jquery图片查看器插件
我需要根据数据在网页上显示一组图片或视频。视频将使用 Flash 或其他插件显示,但对于一组图片,我想使用 javascript/jquery 来显示。我想为插件提供一组图像,并且该插件只有基本控件 - 上一张图片、下一张图片、播放/暂停幻灯片放映和停止幻灯片放映的按钮。基本上它会模拟一个可控的动画 GIF。如果控件可以换肤以使其至少在某种程度上与视频插件一致,那就太好了。
现在,如果我发现类似的东西,我不会问这个问题,但 google/bing 指向很多很多精美的图像查看器,我想保持它非常简单(图库视图、缩放、滑动、调暗、叠加或其他动画和效果)只会看起来),另一方面,如果它已经存在,我不想自己编写代码。那么,有人偶然发现过类似的事情吗?
I need to display either a set of pictures or a video on a web page depending on the data. The video will be displayed with a flash or some other plug-in, but for a set of pictures I want to do it with javascript/jquery. I want to give the plug-in a set of images, and the plug-in would have only basic controls - the buttons for previous picture, next picture, play/pause slide show and stop slide show. Basically it would emulate a controllable animated GIF. It would also be nice if the controls are skinnable to make it at least somewhat consistent with the video plug-in.
Now I wouldn't ask this question if I found something similar, but google/bing point to many, many fancy image viewers and I want to keep it really simple (gallery view, zooming, sliding, dimming, overlays or other animation and effects would just look off) and on the other hand i don't want to code it myself if it already exists. So, has anyone stumbled upon anything similar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Fancybox 似乎是一个非常适合您需求的插件。我们在工作的地方使用它,而且它非常简单,可以满足许多需求。它看起来很棒,启动。编辑:根据您的评论,也许您想要 25 个 jQuery 滑块/图片库插件。很抱歉我无法对他们发表评论。
Fancybox seems to be a very good plugin for your wants. We use it where I work, and it's pretty simple to use for many needs. It looks great, to boot.EDIT: based on your comment, perhaps you want something from 25 jQuery Slider/Image Gallery Plugins. I'm sorry I cannot give you a comment on them.