gpt4 book ai didi

css - 如何在整个 Joomla 页面上扩展视频

转载 作者:行者123 更新时间:2023-11-28 04:37:46 24 4
gpt4 key购买 nike

我正在 Joomla 2.5 网站上工作,我正在尝试将 html5 视频放在页面上。下图显示了这种情况。我希望视频播放器几乎占据整个页面。使用安装在站点上的 Joomla 扩展高级模块管理器,我检查了模块管理器数据,但看不到如何释放左侧区域(位置 7),该区域包含在图像。我什至不确定这是正确的方法。

http://staging2.english2theworld.com/templates/beez_20/images/access_pos7.png

非常欢迎任何帮助,谢谢。

最佳答案

我找到了这个解决方案,使用 jQuery 更改导航标签上的 css。

  if (window.location.pathname === "/index.php/sg-video-1" ||
...
window.location.pathname === "/index.php/sg-video-8" ||
...
window.location.pathname === "/index.php/toeic/toeic-practice-test/toeic-reading/toeic-end")
{
jQuery("div#nav").css("flex-basis","0");
}

我一刻都不认为这是最好的方法。欢迎提出任何建议。

关于css - 如何在整个 Joomla 页面上扩展视频,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41391024/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com