]> git.mxchange.org Git - friendica.git/blob - view/smarty3/oembed_video.tpl
fa9c67fa94dbd614b1756159e6aaa995cbf8bcd7
[friendica.git] / view / smarty3 / oembed_video.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}<a href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;' style='float:left; margin: 1em; position: relative;'>
6         <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
7         <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>
8 </a>