【问题标题】:How to extend video over entire Joomla page如何在整个 Joomla 页面上扩展视频
【发布时间】:2017-01-03 11:57:29
【问题描述】:

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

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

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

【问题讨论】:

  • 未使用的模块位置通常应该折叠。这可能取决于您使用的模板。如果您可以提供该网站的链接,这可能会有所帮助。

标签: css html joomla


【解决方案1】:

我找到了这个解决方案,使用 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");
   }

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

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2012-11-12
    • 2019-10-26
    • 2014-01-01
    • 2022-08-10
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-05-18
    相关资源
    最近更新 更多