Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Chrome 和 Firefox 似乎以不同的方式处理我嵌入的 youtube 视频的高度。虽然 chrome 做得对:
$(".youtube-video").colorbox({ iframe:true, width: '33%', height: '33%' });
Firefox 没有使用 33% 的屏幕高度。它使用较少(如仅 10%)。我猜这个问题与 iframe 的加载内容高度有关。但我不知道如何解决它。
对我和其他人都很好。如果您可以创建问题的可重现演示,请将其提交到 github 上的 colorbox 问题列表。我想当您尝试简化问题以创建演示时,您会发现真正的问题(用户错误,不相关的冲突脚本,您有什么)。