friendica/view/templates/oembed_video.tpl

6 lines
361 B
Smarty
Raw Normal View History

<a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;'>
2013-04-23 13:47:57 +02:00
<img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
2014-09-17 11:02:58 +02:00
<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>
2013-04-23 13:47:57 +02:00
</a>