2016-06-24 29 views
0

我新手學習CSS和HTML通過互聯網,我要舉辦一個動漫網站,但已經不知道WordPress的只是一個小東西的事實。我VideoJS球員搞砸

這是我的問題

http://i.stack.imgur.com/qVaYv.jpg

http://i.stack.imgur.com/vouqa.png

你可以看到我的球員搞砸了,當我開始和IDK的爲什麼這裏的代碼

<video id="video" class="video-js" width="1000" height="500" controls preload="auto" poster="https://i.ytimg.com/vi/MmeAPpEoGAI/maxresdefault.jpg" controls data-setup='{}'> 
    <source src="https://lh3.googleusercontent.com/vvT0ZbARuW8E17sX9MbpbFJ81fe_p_TlzSPSWwn3bVVXzPeN6bMsW3h0YsUaAsoxyw5dGkKAHBw=m18" type='video/mp4' label='360p' /> 
    <source src="https://lh3.googleusercontent.com/vvT0ZbARuW8E17sX9MbpbFJ81fe_p_TlzSPSWwn3bVVXzPeN6bMsW3h0YsUaAsoxyw5dGkKAHBw=m22" type='video/mp4' label='720p'/> 
    <source src="https://lh3.googleusercontent.com/vvT0ZbARuW8E17sX9MbpbFJ81fe_p_TlzSPSWwn3bVVXzPeN6bMsW3h0YsUaAsoxyw5dGkKAHBw=m37" type='video/mp4' label='1080p'/> 
</video> 
<script> 
    videojs('video').videoJsResolutionSwitcher() 
</script> 

BTW我是加入videoJS正確嗎? [我在主題header.php中添加此]

<head> 
<link href="http://vjs.zencdn.net/5.10.4/video-js.css" rel="stylesheet"> 
<script src="http://vjs.zencdn.net/5.10.4/video.js"></script> 
<link href="http://127.0.0.1/videojs-resolution-switcher.css" rel="stylesheet"> 
<script src="http://127.0.0.1/videojs-resolution-switcher.js"></script> 

顯示從細跟expamle玩家videojs.com

+0

可以請誰來幫幫我 .... – KorbirT

回答

0

試圖改變樣式表順序

認沽videojs風格<link href="http://vjs.zencdn.net/5.10.4/video-js.css" rel="stylesheet">文件在樣式表隊列(上次在<head>節)結束

看來你的模板樣式覆蓋videojs風格