]> git.mxchange.org Git - friendica.git/blob - view/theme/diabook/templates/oembed_video.tpl
993b410e0b246ea42399df968302b215cc6b8cac
[friendica.git] / view / theme / diabook / templates / oembed_video.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <a class="embed_yt" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); yt_iframe();javascript:$(this).parent().css("height", "450px"); 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(images/icons/48/play.png) no-repeat center center;'></div>
9 </a>