jQuery 模态样式框图像缩放器

发布于 2024-12-04 04:00:26 字数 903 浏览 0 评论 0原文

有谁知道如何做Asos风格:

http://www.asos.com/ASOS/ASOS-Overdyed-Marl-Zip-Through-Hoodie/Prod/pgeproduct.aspx?iid=1787623&cid=5668&sh=0&pge =0&pgesize=20&sort=-1&clr=Red+marl

并且亚马逊风格:

http://www.amazon.co.uk/ZANNA-SWAROVSKI-DRESS-Midnight-Blue/dp/B0050HK3TQ/ref=sr_1_3?ie=UTF8&m=A1RKWVIPB0RYS4&s=generic&qid=1315477712&sr =1-3

通过jquery实现产品缩放效果?

如果您单击图像,则会出现一个 div 框,覆盖大部分页面内容,并在内容周围覆盖深色效果,从而允许向上或向下滚动效果...

谢谢

Does anyone know how to do the Asos style:

http://www.asos.com/ASOS/ASOS-Overdyed-Marl-Zip-Through-Hoodie/Prod/pgeproduct.aspx?iid=1787623&cid=5668&sh=0&pge=0&pgesize=20&sort=-1&clr=Red+marl

And the Amazon style:

http://www.amazon.co.uk/ZANNA-SWAROVSKI-DRESS-Midnight-Blue/dp/B0050HK3TQ/ref=sr_1_3?ie=UTF8&m=A1RKWVIPB0RYS4&s=generic&qid=1315477712&sr=1-3

product zoom effects via jquery?

if you click the image, a div box comes up covering most the page content and overlaying a dark effect around content allowing a scroll up or down effect...

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

各空 2024-12-11 04:00:27

有许多用于该过程的开源 Javascript/Jquery 插件。例如:1.Lightbox 2,请参见此处的演示:http://www.lokeshdhakar.com/projects/ lightbox2/ 2.Fancybox: http://fancybox.net/ 3.Thickbox: http://jquery.com/demo/thickbox/ 4.Colorbox: http://colorpowered.com/colorbox/ 等等。如果您想自己创建过程,请阅读一些有关 Jquery 模式窗口的教程。主要思想是创建包含图像和关闭按钮的居中 div。

There are many open-source Javascript/Jquery plugins for that procedure. For example: 1.Lightbox 2, see demo here: http://www.lokeshdhakar.com/projects/lightbox2/ 2.Fancybox: http://fancybox.net/ 3.Thickbox: http://jquery.com/demo/thickbox/ 4.Colorbox: http://colorpowered.com/colorbox/ and many others. If you want to create the procedure by yourself read some tutorials about Jquery modal windows. The main idea is to create centered div which contains the image and close buton.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文