Commit 54f5d335 authored by NaweenTharuka's avatar NaweenTharuka

style: Updated video views screen

parent 5eaf9646
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<h5 class="mb-4">Check out your uploaded {{x.caption}} presentation</h5> <h5 class="mb-4">Check out your uploaded {{x.caption}} presentation</h5>
<div class="video-wrap m-b-20"> <div class="video-wrap m-b-20">
<video id="video-js" class="video-js" controls loop preload="false" <video id="video-js" class="video-js" controls loop preload="false"
poster="video/for-benny/for-benny.jpg"> poster="">
<source src="{{x.video.url}}" type="video/mp4" /> <source src="{{x.video.url}}" type="video/mp4" />
<source src="{{x.video.url}}" type="video/webm" /> <source src="{{x.video.url}}" type="video/webm" />
</video> </video>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment