我正在使用angularjs,我读到videoangular自动响应vg-responsive ='true'。 但是使用这段代码:
<videogular vg-responsive='true'>
<video class='videoPlayer' controls preload='none' vg-responsive='true'>
<source src='http://www.videogular.com/assets/videos/videogular.mp4' type='video/mp4'>
</video>
</videogular>
浏览器上的视频没有响应。 任何的想法? 谢谢。
答案 0 :(得分:0)
您是否尝试使用config.responsive
而不是true
直接使用$ scope变量?
我现在不记得了,但也许你不能直接为vg-responsive设置一个值。
<强>更新强>
您必须指定主题,这是必需参数。这对我有用:
<videogular vg-theme="config.theme.url" vg-responsive="true">...</videogular>
您可以查看Videogular的参考资料以获取更多信息: https://github.com/2fdevs/videogular/wiki/Videogular-reference