6da04d16bd
fix video thumbnail in quattro, vier, duepuntozero themes
5 lines
239 B
Smarty
5 lines
239 B
Smarty
<a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;'>
|
|
<img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
|
|
<div style='width: {{$tw}}px; height: {{$th}}px;'></div>
|
|
</a>
|