basic page rendering
This commit is contained in:
parent
4f5bd76f8a
commit
321cbee134
7 changed files with 117 additions and 29 deletions
|
|
@ -11,7 +11,7 @@ logger = logging.getLogger(__name__)
|
|||
@dataclass
|
||||
class Config:
|
||||
# Size of thumbnails when looking at a folder page
|
||||
thumbnail_size: tuple[int, int] = (128, 128)
|
||||
thumbnail_size: tuple[int, int] = (256, 256)
|
||||
|
||||
# Size of the image when looking at the standalone image page
|
||||
view_size: tuple[int, int] = (1920, 1080)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue