]> git.mxchange.org Git - friendica.git/blob - view/templates/oembed_video.tpl
Merge branch 'master' of github.com:annando/friendica
[friendica.git] / view / templates / oembed_video.tpl
1 <a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$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>