图片库 +兼容IE6缩放

发布于 2024-10-18 13:09:59 字数 228 浏览 0 评论 0原文

我正在开发一个新项目,该项目需要一个图片库以及其中的缩放功能,并且与 IE6 兼容。

我一直在寻找一个具有这两种功能的插件。因此我来这里寻求帮助。

对于缩放,我尝试了 jqzoom 和 Professorcloud,它们非常好,但没有画廊选项。

对于画廊,我尝试使用 Galleria。但刚刚发现它不支持IE6。

将不胜感激任何建议或引导我走向正确的方向。

谢谢

I am working on a new project which requires a image gallery as well as a zoom feature in it and compatible with IE6.

I've searched for a plugin that has both the features everywhere. Hence I've come here to find some help.

For zoom, I tried jqzoom and professorcloud which are excellent but without the gallery option.

For Gallery, I tried with galleria. But just now figured it out that it doesnt support IE6.

Will be grateful for any kind of advice or guide me in the right direction.

Thank you

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

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

发布评论

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

评论(2

躲猫猫 2024-10-25 13:09:59

Galleria 常见问题解答指出:

目前任何主题都不支持 IE6,但 Galleria 本身支持它,因此如果您需要 IE6 合规性,您可以自己修补主题(但我们并没有真正看到这一点)。

所以无论如何它可能值得研究一下。

The Galleria FAQ state:

IE6 is not supported by any theme at this point, but Galleria itself supports it so you can patch a theme yourself if you need IE6 compliance (we don’t really see the point though).

so it might be worth looking into it anyway.

2024-10-25 13:09:59

jQuery.browser 显示用户正在使用哪个浏览器以及其下的版本。

请记住,ie6 支持 css 中的缩放属性,这正是您所需要的,if 其 ie6 执行 css Zoom else 执行其余操作:)

jQuery.browser shows u which browser the user is using and which version under it.

that in mind, ie6 supports a zoom property in css, which does exactly that which you need so, if its ie6 do the css zoom else do the rest :)

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