diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-24 18:40:52 -0400 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2013-07-24 18:40:52 -0400 |
commit | 23518a31d24e62caeecbfafe7708f4c7ffcd24f5 (patch) | |
tree | 0088578bd87f4467f5b48e0fd22df70d3fedb245 /www/index.html | |
parent | ffd3a73254b16a00d67b188dc43bd605bf757cbf (diff) | |
download | html5ks-23518a31d24e62caeecbfafe7708f4c7ffcd24f5.tar.xz html5ks-23518a31d24e62caeecbfafe7708f4c7ffcd24f5.zip |
fix misc. bugs, add reencode.sh
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.html b/www/index.html index 78d9342..9550a64 100644 --- a/www/index.html +++ b/www/index.html @@ -75,7 +75,8 @@ <label class="button"><input type="checkbox" class="option" id="skipUnread"> <span>Skip unread text</span></label> <label class="button"><input type="checkbox" class="option" id="skipAfterChoices"> <span>Keep skipping after choices</span></label> <label class="button"><input type="checkbox" class="option" id="useWebP"> <span>Use WebP images (less bandwidth, more CPU)</span></label> - <label class="button"><input type="checkbox" class="option" id="fullscreen"> <span>Scale content</span></label> + <label class="button"><input type="checkbox" class="option" id="fullscreen"> <span>Fullscreen</span></label> + <label class="button"><input type="checkbox" class="option" id="scaleAll"> <span>Scale content</span></label> <label class="button"><input type="checkbox" class="option" id="scaleVideo"> <span>Scale video</span></label> <label><input type="range" min="0.0" max="1.0" step="0.001" class="option" id="textSpeed"> <span class="tr">Text speed</span></label> |