readme update

This commit is contained in:
Antoni Sawicki 2019-12-25 03:39:07 -08:00
parent fcd746aa9a
commit 260840adb5
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ A browser-in-browser "proxy" server that allows to use historical / vintage web
6. Do not use client browser history-back, instead use **Bk** button in the app.
7. To send keystrokes, fill **K** input box and press **Go**. There also are buttons for backspace, enter and arrow keys.
8. Experimentally you can set height **H** to `0` to render pages in to one tall image without the vertical scrollbar. Note it will be large, slow to process, download and display on client browser.
9. Generally if the client browser supports PNG you should use it instead of GIF. PNG is much faster, GIF Requires a lot of processing time on both server/client for encoding/decoding, compress/decompress, color palette optimizations and so on.
9. Prefer PNG over GIF if your browser supports it. PNG is much faster, whereas GIF requires a lot of additional processing on both client and server.
## Docker