Thumbnail size = 256px

This commit is contained in:
psychedelicious 2022-11-20 00:27:05 +11:00 committed by blessedcoolant
parent d987d0a336
commit 1071a12777

View File

@ -1509,7 +1509,7 @@ def save_thumbnail(
image: ImageType,
filename: str,
path: str,
size: int = 128,
size: int = 256,
) -> str:
base_filename = os.path.splitext(filename)[0]
thumbnail_path = os.path.join(path, base_filename + ".webp")