]> git.mxchange.org Git - friendica.git/blob - view/templates/oembed_video.tpl
wrapping up 2019.12
[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>