调整厚盒大小
我尝试创建一个 WordPress TinyMCE 插件,它将使用 Thickbox 来显示弹出对话框。
现在,我想知道是否有一种方法可以根据屏幕尺寸调整 Thickbox 的大小,而不是基于我可以在插件开发中提供的宽度和高度的静态值。
有什么想法吗?
I try to create a WordPress TinyMCE plugin, that will use the Thickbox in order to display the popup dialog.
Now, I like to know if there is a way to resize the Thickbox, based on screen size, and not based on static values for width and height I can give on plugin development.
Any idea please ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好的,我找到了解决方案,我将其放在这里以供其他成员将来使用。
我将以下代码插入 TinyMCE 插件代码中:
OK, I found out the solution, and I place it here for the future use of another member.
I plug the following code into the TinyMCE plugin code: