mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Handle images with high height-to-width ratios
This commit is contained in:
parent
8efa77eb07
commit
f2f837800e
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ function M:preload(job)
|
|||
"-auto-orient",
|
||||
"-strip",
|
||||
"-sample",
|
||||
string.format("%dx", rt.preview.max_width),
|
||||
string.format("%dx%d>", rt.preview.max_width, rt.preview.max_height),
|
||||
"-flatten",
|
||||
"-quality",
|
||||
rt.preview.image_quality,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue