Drupal Lightbox 2 如何删除不必要的滚动条?

发布于 2024-12-13 13:27:34 字数 296 浏览 2 评论 0原文

每当我使用 Drupal 的 Lightbox 2 模块来显示视频时,它总是会添加丑陋的滚动条,这是不必要的。我怎样才能让模块停止显示滚动条或找出为什么它认为首先需要它们。这是我网站上的示例页面,您可以看到我在说什么。 http://www.yoninja.com/jp/dailylife/600 /西保天主教医院新宿。如果您单击页面底部的视频,您将看到它带有滚动条加载。

Whenever I use Drupal's Lightbox 2 module to display videos it always adds ugly scroll bars which are unnecessary. How can I get the module to stop showing the scroll bars or find out why it thinks they are needed in the first place. Here is a sample page on my website you can see what I am talking about. http://www.yoninja.com/jp/dailylife/600/seibo-catholic-hospital-shinjuku. If you click on the video at the bottom of the page you will see it load with scroll bars.

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

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

发布评论

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

评论(2

梦年海沫深 2024-12-20 13:27:34
启用 iframe 边框。您可以使用 iframe 的 id“lightboxFrame”修改主题 css 文件中的边框样式。

试试这个。 #lightboxFrame{溢出:隐藏}

Enable iframe border. You can modify the border style in your theme's css file using the iframe's id "lightboxFrame".

Try this. #lightboxFrame{overflow:hidden}

江南烟雨〆相思醉 2024-12-20 13:27:34

只需在主题 style.css 中为类 emvideo-modal-iframe 编写一个新定义
喜欢
.emvideo-modal-iframe{overflow:hidden;}

just write a new definition for the class emvideo-modal-iframe in your theme style.css
like
.emvideo-modal-iframe{overflow:hidden;}

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