mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-21 05:53:36 -07:00
update tiny dimensions
This commit is contained in:
parent
b7e9e8b101
commit
6223c25bce
1 changed files with 1 additions and 1 deletions
|
@ -199,7 +199,7 @@ class PillowMinifier(ABCMinifier):
|
|||
self._logger.info(f"{tiny_dest} already minified")
|
||||
else:
|
||||
result_path = PillowMinifier.to_webp(
|
||||
dest_path=tiny_dest, quality=70, img=PillowMinifier.crop_center(img, size=(300, 300))
|
||||
dest_path=tiny_dest, quality=70, img=PillowMinifier.crop_center(img, size=(150, 150))
|
||||
)
|
||||
self._logger.info(f"{result_path} created")
|
||||
success = True
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue