]> git.mxchange.org Git - friendica.git/blob - view/templates/oembed_video.tpl
vier event_form: include bb-tags for editing
[friendica.git] / view / templates / oembed_video.tpl
1
2 <a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;'>
3         <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
4         <div style='position: absolute; top: 0px; left: 0px; width: {{$tw}}px; height: {{$th}}px; background: url({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
5 </a>