Browse Source

コメントが動画の上にも出るやぅに

main
みてるぞ 1 month ago
parent
commit
fc8d7b04a8
1 changed files with 5 additions and 4 deletions
  1. +5
    -4
      client/src/app/+videos/+video-watch/video-watch.component.html

+ 5
- 4
client/src/app/+videos/+video-watch/video-watch.component.html View File

@@ -10,10 +10,11 @@
</div>

<div id="videojs-wrapper">
<video #playerElement class="video-js vjs-peertube-skin" playsinline="true"></video>
<div id="comment-layer">
<canvas id="comment-canvas"></canvas>
</div>
<video #playerElement class="video-js vjs-peertube-skin" playsinline="true">
<div id="comment-layer">
<canvas id="comment-canvas"></canvas>
</div>
</video>
</div>

<my-video-watch-playlist


Loading…
Cancel
Save