每当我使用Drupal的Lightbox 2模块显示视频时,它总是添加丑陋的滚动条,这是不必要的。如何让模块停止显示滚动条或找出它认为首先需要它们的原因。这是我网站上的示例页面,您可以看到我在说什么。 http://www.yoninja.com/jp/dailylife/600/seibo-catholic-hospital-shinjuku。如果您点击页面底部的视频,您会看到它加载滚动条。
答案 0 :(得分:1)
Enable iframe border. You can modify the border style in your theme's css file using the iframe's id "lightboxFrame".
试试这个。 #lightboxFrame {溢出:隐藏}
答案 1 :(得分:0)
在主题style.css中为类emvideo-modal-iframe
写一个新定义
喜欢
.emvideo-modal-iframe{overflow:hidden;}