使用 HTML 内容调整阴影框的大小

发布于 2024-08-11 09:40:49 字数 185 浏览 6 评论 0原文

我正在使用 jqueryshadowbox 库,它允许您在 lightbox/shadowbox 中显示 HTML 内容。 (www.shadowbox-js.com)

我的问题是:有什么方法可以在shadowbox已经打开时动态调整其大小(内容变大)。

您可以设置起始尺寸,但以后更改尺寸似乎很难,

谢谢,

I'm using a jquery shadowbox library, wich allows you to show HTML content in a lightbox/shadowbox. (www.shadowbox-js.com)

My question is: is there any way to dynamically resize the shadowbox when it's already open (the content becomes bigger).

You can set the start dimensions, but it seems pretty hard to change the dimensions later on

thanks,

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

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

发布评论

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

评论(1

天气好吗我好吗 2024-08-18 09:40:49

这里有一个shadowbox函数:
setDimensions(height, width, maxHeight, maxWidth, topBottom, leftRight, padding,preserveAspect)

如果您可以在阴影框中的内容发生变化时触发此函数,您可以获取内容的大小并自行更改尺寸。

我希望这有帮助。如果没有更多细节,我无法给你更具体的答案。

There's a shadowbox function here:
setDimensions(height, width, maxHeight, maxWidth, topBottom, leftRight, padding, preserveAspect)

If you could trigger this function when the content changes in the shadowbox you could get the size of the content and change the dimensions yourself.

I hope that helps. Without more details I can't give you a more specific answer.

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