内容高度/宽度更改后如何调整 nyroModal 的大小
我正在使用 nyroModal 显示模式窗口。当显示初始内容时它工作正常。但在内容中我有一个 jQuery 切换方法,可以使其他部分可见。
我希望模式自动调整大小以适应新的内容区域。我怎样才能实现它。
I am using nyroModal to show a modal window. It works fine when the initial content is showed. But in the content I have a jQuery toggle method, that makes visible other sections.
I want the modal to auto resize to the new content area. How can I implement that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我还没有尝试过这个,但是 nyroModal 会监听窗口调整大小事件来调整模式的大小,所以也许自己触发一个可以在这里有所帮助。例如
,但是如果“模态窗口”是 iframe,则 nyroModal 将不知道将模态大小调整为什么大小。
I haven't tried this, but nyroModal listens for window resize events to resize the modal, so maybe triggering one yourself could help here. E.g.
However if the "modal window" is an iframe, then nyroModal won't know what size to resize the modal to.
运行此 javascript:
您的
nyroModal
将调整大小(动画)Run this javascript:
And your
nyroModal
will be resized (animated)