]> git.mxchange.org Git - friendica.git/commitdiff
fix oembed video template
authorFabrixxm <fabrix.xm@gmail.com>
Wed, 17 Sep 2014 09:02:58 +0000 (11:02 +0200)
committerFabrixxm <fabrix.xm@gmail.com>
Wed, 17 Sep 2014 09:02:58 +0000 (11:02 +0200)
view/templates/oembed_video.tpl

index aaf785add608132a85ff26c06a5fb0d269fafd3a..4aa13515450ee07d92bd689a0f6c448f11ce8db4 100644 (file)
@@ -1,5 +1,5 @@
 
 <a class="embed_video" href='{{$embedurl}}' onclick='this.innerHTML=Base64.decode("{{$escapedhtml}}"); return false;'>
        <img width='{{$tw}}' height='{{$th}}' src='{{$turl}}' >
-       <div style='position: absolute; top: 0px; left: 0px; width: {{$twpx}}; height: {{$thpx}}; background: url({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
+       <div style='position: absolute; top: 0px; left: 0px; width: {{$tw}}px; height: {{$th}}px; background: url({{$baseurl}}/images/icons/48/play.png) no-repeat center center;'></div>
 </a>