]> git.plutz.net Git - serve0/commitdiff
give hint on preview size to avoid page rescaling during load
authorpaul <paul@plutz.net>
Wed, 1 Nov 2017 23:40:04 +0000 (23:40 +0000)
committerpaul <paul@plutz.net>
Wed, 1 Nov 2017 23:40:04 +0000 (23:40 +0000)
svn path=/trunk/; revision=191

pages/browse.sh

index be487ca3893976cd657cbd274042a1b891d70eef..faf4e67a20977521290d3cf82d96d2ff58bdcf84 100755 (executable)
@@ -78,7 +78,7 @@ _printVideo(){
   cat <<VIDEOend
     <li id="${location}" class="thumb">
       <button class="watchlink" name="${location}" formaction="?action=watch&l=${location}">
-        <img src="${thumblocation}" alt="Preview not yet available">
+        <img src="${thumblocation}" width="212" height="162" alt="Preview not yet available">
       </button>
       <h2><a href="?action=watch&l=${location}">${display}</a></h2>