Vimeo video not working with HTML5 tag

前端 未结 2 1502
我寻月下人不归
我寻月下人不归 2020-12-16 03:19

I want to add a slider to Vimeo videos. I checked this slider, but it uses the HTML5 video tag. When I use the same tag with a Vimeo video URL then it\'s not working. Here i

2条回答
  •  粉色の甜心
    2020-12-16 03:38

    You'll need to use our embed code for it to work. http://player.vimeo.com/video/68866759 is not a video file, it's an HTML page, so putting it in a video tag won't do anything.

    If you replace the video tag with this it should work:

提交回复
热议问题