updated readme
This commit is contained in:
parent
063a803933
commit
a8a84fa4ef
@ -2,6 +2,10 @@
|
||||
|
||||
## v3.x
|
||||
|
||||
### v3.2.0
|
||||
|
||||
* Zoom and panning
|
||||
|
||||
### v3.1.1 (Chrome-only)
|
||||
|
||||
* Logging was accidentally left on in release version. This was fixed.
|
||||
|
@ -18,8 +18,10 @@ If you own an ultrawide monitor, you have probably noticed that sometimes videos
|
||||
* **Can be enabled or disabled on per-site basis**
|
||||
* **Crop video to fit screen** (no stretching. Supported aspect ratios: 21/9 (1:2.39), 16:9, 16:10, _one (1) custom aspect ratio_)
|
||||
* **Automatic aspect ratio detection** (can be enabled/disabled entirely or on a per-site basis, separately of the extension. Autodetection in action: [youtube](https://www.youtube.com/watch?v=j2xn1WpbtCQ))
|
||||
* **[NEW in v3!] Stretch video to fit the screen** (4 different approaches)
|
||||
* **Supports Youtube theater mode**
|
||||
* **[EXPERIMENTAL!]** Stretch video to fit the screen (4 different approaches)
|
||||
* **[EXPERIMENTAL!] (3.2.0) custom zooming and panning**
|
||||
|
||||
|
||||
### Officially supported sites
|
||||
|
||||
|
@ -171,7 +171,7 @@ var ExtensionConf = {
|
||||
action: "pan",
|
||||
arg: 'toggle' // possible: 'enable', 'disable', 'toggle'
|
||||
},
|
||||
"Shift": {
|
||||
"shift": {
|
||||
action: "pan",
|
||||
arg: 'toggle',
|
||||
keyup: {
|
||||
|
Loading…
Reference in New Issue
Block a user