]> git.mxchange.org Git - friendica.git/blob - view/templates/video_top.tpl
dd0701e88dc5842bf7f5001c56beecfb50497049
[friendica.git] / view / templates / video_top.tpl
1
2 <div class="video-top-wrapper lframe" id="video-top-wrapper-{{$video.id}}">
3         {{*<!--<a href="{{$photo.link}}" class="photo-top-photo-link" id="photo-top-photo-link-{{$photo.id}}" title="{{$photo.title}}">
4                 <img src="{{$photo.src}}" alt="{{$photo.alt}}" title="{{$photo.title}}" class="photo-top-photo{{$photo.twist}}" id="photo-top-photo-{{$photo.id}}" />
5         </a>-->*}}
6
7         {{*<video id="video-{{$video.id}}" class="video-js vjs-default-skin"
8           controls preload="auto" width="480" height="320"
9           poster="http://video-js.zencoder.com/oceans-clip.png">*}}
10         {{* v3.2.0 of VideoJS requires that there be a "data-setup" tag in the
11             <video> element for it to process the tag *}}
12         {{* set preloading to false to lessen the load on the server *}}
13         <video id="video-{{$video.id}}" class="video-js vjs-default-skin"
14           controls preload="false" data-setup="" width="400" height="264">
15          <source src="{{$video.src}}" type="{{$video.mime}}" />
16          {{*<source src="http://video-js.zencoder.com/oceans-clip.webm" type='video/webm' />
17          <source src="http://video-js.zencoder.com/oceans-clip.ogv" type='video/ogg' />*}}
18         </video>
19
20         {{*<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>*}}
21 </div>
22