Start to fix video layout
--HG-- branch : kf-video-layout
This commit is contained in:
14
video.html
14
video.html
@@ -1,12 +1,14 @@
|
||||
|
||||
<div class="video-wrapper">
|
||||
<div id="ytapiplayer">
|
||||
<div class="video-player">
|
||||
<div id="ytapiplayer">
|
||||
</div>
|
||||
|
||||
<!-- TODO(Ernie/Kyle) move styles to css -->
|
||||
<iframe id="html5_player" type="text/html" frameborder="0">
|
||||
</iframe>
|
||||
</div>
|
||||
|
||||
<!-- TODO(Ernie/Kyle) move styles to css -->
|
||||
<iframe id="html5_player" type="text/html" frameborder="0">
|
||||
</iframe>
|
||||
|
||||
<section class="video-controls">
|
||||
<ul>
|
||||
<li><span class="ui-icon ui-icon-play" onclick="play();"></span></li>
|
||||
@@ -19,8 +21,6 @@
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<ol class="subtitles">
|
||||
<li id=stt_n5><div id=std_n7 onclick="title_seek(-7);"></div></li>
|
||||
<li id=stt_n4><div id=std_n6 onclick="title_seek(-6);"></div></li>
|
||||
|
||||
Reference in New Issue
Block a user