灯箱弹出窗口在轨道中缓慢加载

发布于 2024-11-16 21:57:48 字数 92 浏览 1 评论 0 原文

我正在使用灯箱插件在我的应用程序中显示弹出窗口。 有些弹出窗口包含多个图像。 因此,当弹出窗口加载时,它会一张一张地显示图像。 我的问题是如何加载所有图像并立即显示它们。

I am using the lightbox plugin to show popups in my app.
Some popup's consist of multiple images.
So when a popup loads it shows images one by one.
My question is how can i load all images and show them at once.

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

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

发布评论

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

评论(1

清风夜微凉 2024-11-23 21:57:48

如果您更具体地了解您正在使用的 javascript 框架、您正在使用的插件(例如指向它的链接)等,这可能会有所帮助。

如果您加载了很多内容,那么回答您的问题图像,是的,这会很慢。您可以尝试将它们拆分为一张图像,也可以更改视图,以便一次只加载一张图像。

您还可以指定一个服务器来提供资产并在那里存储您的图像。这可能会加快一些速度。

It might help if you were a bit more specific as to what javascript framework you're using, exactly what plugin you're using (a link to it, for example), etc etc.

To answer your question, if you loading a lot of images, yes that's going to be slow. You can try spriting them into one image or you can change your view so that you're only loading one image at a time.

You could also designate a single server for serving assets and store your images there. That could speed things up some.

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