]> git.mxchange.org Git - friendica.git/blob - view/templates/oembed_video.tpl
52e11defd5a7f4f1d33b2b7a94bc833f23885d24
[friendica.git] / view / templates / oembed_video.tpl
1 <a class="embed_video" href="{{$embedurl}}" onclick='this.innerHTML=window.atob("{{$escapedhtml}}"); this.classList.add("active"); return false;'>
2         <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
3         <div style='width: {{$tw}}px; height: {{$th}}px;'></div>
4 </a>