Remove references to video.js
This commit is contained in:
parent
6502cd6d66
commit
b021b76661
|
@ -1,14 +1,9 @@
|
|||
|
||||
<div class="video-top-wrapper lframe" id="video-top-wrapper-{{$video.id}}">
|
||||
{{* v4.0.0 of VideoJS requires that there be a "data-setup" tag in the
|
||||
<video> element for it to process the tag *}}
|
||||
{{* set preloading to none to lessen the load on the server *}}
|
||||
<video id="video-{{$video.id}}" class="video-js vjs-default-skin"
|
||||
controls preload="none" data-setup="" width="400" height="264">
|
||||
<video controls preload="none" data-setup="" width="100%" height="auto">
|
||||
<source src="{{$video.src}}" type="{{$video.mime}}" />
|
||||
</video>
|
||||
|
||||
{{*<div class="video-top-album-name"><a href="{{$video.album.link}}" class="video-top-album-link" title="{{$video.album.alt}}" >{{$video.album.name}}</a></div>*}}
|
||||
{{if $delete_url }}
|
||||
<form method="post" action="{{$delete_url}}">
|
||||
<input type="submit" name="delete" value="X" class="video-delete"></input>
|
||||
|
@ -16,4 +11,3 @@
|
|||
</form>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
<link href="library/video-js/video-js.css" rel="stylesheet">
|
||||
<script src="library/video-js/video.js"></script>
|
||||
<script>
|
||||
videojs.options.flash.swf = "{{$baseurl}}/library/video-js/video-js.swf"
|
||||
</script>
|
||||
|
|
@ -3553,10 +3553,6 @@ div.jGrowl div.info {
|
|||
margin: 0px 10px 10px 0px;
|
||||
position: relative;
|
||||
}
|
||||
.videos .video-top-wrapper .video-js {
|
||||
width: 300px!important;
|
||||
height: 232px!important;
|
||||
}
|
||||
.videos .video-top-wrapper .video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
<script src="library/video-js/video.js"></script>
|
||||
<script>
|
||||
videojs.options.flash.swf = "{{$baseurl}}/library/video-js/video-js.swf"
|
||||
</script>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<link href="library/video-js/video-js.css" rel="stylesheet">
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
<script src="library/video-js/video.js"></script>
|
||||
<script>
|
||||
videojs.options.flash.swf = "{{$baseurl}}/library/video-js/video-js.swf"
|
||||
</script>
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
<link href="library/video-js/video-js.css" rel="stylesheet">
|
||||
|
|
@ -2154,10 +2154,6 @@ ul.tabs li .active {
|
|||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
}
|
||||
.videos .video-top-wrapper .video-js {
|
||||
width: 200px!important;
|
||||
height: 132px!important;
|
||||
}
|
||||
.videos .video-top-wrapper .video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
|
@ -2154,10 +2154,6 @@ ul.tabs li .active {
|
|||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
}
|
||||
.videos .video-top-wrapper .video-js {
|
||||
width: 200px!important;
|
||||
height: 132px!important;
|
||||
}
|
||||
.videos .video-top-wrapper .video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
|
@ -2154,10 +2154,6 @@ ul.tabs li .active {
|
|||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
}
|
||||
.videos .video-top-wrapper .video-js {
|
||||
width: 200px!important;
|
||||
height: 132px!important;
|
||||
}
|
||||
.videos .video-top-wrapper .video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
|
@ -1441,11 +1441,6 @@ ul.tabs {
|
|||
margin: 0 10px 10px 0;
|
||||
position: relative;
|
||||
|
||||
.video-js {
|
||||
width: 200px!important;
|
||||
height: 132px!important;
|
||||
}
|
||||
|
||||
.video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
|
@ -3322,10 +3322,6 @@ img.photo-album-photo {
|
|||
margin: 0px 10px 10px 0px;
|
||||
position: relative;
|
||||
}
|
||||
.videos .video-top-wrapper .video-js {
|
||||
width: 300px!important;
|
||||
height: 232px!important;
|
||||
}
|
||||
.videos .video-top-wrapper .video-delete {
|
||||
position: absolute;
|
||||
opacity: 0;
|
||||
|
|
Loading…
Reference in a new issue