--size: Handle px suffix
This commit is contained in:
parent
53379563db
commit
2b9167e889
4 changed files with 8 additions and 4 deletions
3
1.3.md
3
1.3.md
|
@ -16,6 +16,9 @@ is now calculated by fetch automatically.
|
|||
```sh
|
||||
# Image takes up 70% of the terminal size.
|
||||
fetch --size 70%
|
||||
|
||||
# Size the image in pixels.
|
||||
fetch --size 200px
|
||||
```
|
||||
|
||||
### Packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue