slitaz-tools rev 983
tazbox video: allow window resize
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 26 13:51:02 2016 +0200 (2016-05-26) |
parents | ba7cfebbedd0 |
children | ca6dd5992cda |
files | tazbox/tazbox |
line diff
1.1 --- a/tazbox/tazbox Thu May 26 09:29:11 2016 +0200 1.2 +++ b/tazbox/tazbox Thu May 26 13:51:02 2016 +0200 1.3 @@ -648,7 +648,7 @@ 1.4 <title>$(basename "$file")</title> 1.5 </head> 1.6 <body> 1.7 -<video src="file://$file" controls $attr>$text 1.8 +<video width="100%" height="97%" src="file://$file" controls $attr>$text 1.9 Unsupported video file format 1.10 </video> 1.11 </body>