每当我使用 Drupal 的 Lightbox 2 模块来显示视频时,它总是会添加不必要的丑陋滚动条。我怎样才能让模块停止显示滚动条或找出为什么它认为首先需要它们。这是我网站上的示例页面,您可以看到我在说什么。http://www.yoninja.com/jp/dailylife/600/seibo-catholic-hospital-shinjuku。如果您单击页面底部的视频,您将看到它加载了滚动条。
问问题
1632 次
2 回答
1
Enable iframe border. You can modify the border style in your theme's css file using the iframe's id "lightboxFrame".
尝试这个。#lightboxFrame{溢出:隐藏}
于 2011-11-09T05:48:37.757 回答
0
emvideo-modal-iframe
只需在您的主题 style.css 中
为该类编写一个新定义,例如.emvideo-modal-iframe{overflow:hidden;}
于 2011-11-09T06:59:52.700 回答