jQuery 的图像库插件有很多,我需要一个可以以三种尺寸显示图像的插件。基本的图像库插件通常显示所有缩略图和一张大图像。单击缩略图可查看所选图像的较大版本。在这个阶段之后我想要一些东西:单击更大的图像应该打开更大版本的图像 - 在模式覆盖或其他东西中,最好带有上一个/下一个按钮。我认为这个选项在某些现有插件中可用,但我似乎找不到它。
Well there are so many image gallery plugins for jQuery, I need one that can show the images in three sizes. A basic image gallery plugin usually displays all thumbnails and one large image. Clicking on the thumbnail brings the larger version of the chosen image into view. I want something after this stage: clicking the larger image should open-up an even larger version of the image -- in a modal overlay or something, ideally with prev/next buttons. I think this option is available in some existing plugin but I just cannot seem to find it.
发布评论
评论(1)
您可以使用 Galleriffic 或 Galleria 设置前 2 个级别...缩略图和更大的图像...并且您可以覆盖单击图像以使其显示更大的功能而不是转到下一张图片。
要获得点击图片时放大图片的漂亮弹出效果,您可以查看 此插件。
只需查看源代码并更改一些内容即可。我确信只要稍微尝试一下,您就可以实现您正在寻找的功能。如果没有,请回复,有人将能够提出更好的答案。
我希望这有帮助。
You could use a plugin like Galleriffic or Galleria to set up the first 2 levels... thumbnail and larger image... and you could override the functionality of clicking the image to make it display larger instead of going to the next image.
For a nice pop-up effect to enlarge the picture when clicking on it, you could use take a look at this plugin.
Just look at the source code and switch some things around. I'm sure with a little bit of playing around, you can achieve the functionality you're looking for. If not, post back and someone will be able to come up with a better answer.
I hope this helps.