]> git.mxchange.org Git - friendica.git/blob - view/smarty3/oembed_video.tpl
bdfa11509fb972dbceae657c5cf7dc685147e4a3
[friendica.git] / view / smarty3 / oembed_video.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <a href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;' style='float:left; margin: 1em; position: relative;'>
7         <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
8         <div style='position: absolute; top: 0px; left: 0px; width: {{$twpx}}; height: {{$thpx}}; background: url({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
9 </a>