[main] Imagesizes 150x150
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 45s

This commit is contained in:
2024-12-29 18:47:43 +01:00
parent 10de61cb25
commit 0416201742
7 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@@ -57,7 +57,7 @@ class Application:
def _set_image_sizes(self):
self.app.state.IMAGE_SIZES = {
'thumbnails': {'width': 100, 'height': 100},
'thumbnails': {'width': 150, 'height': 150},
'large': {'width': 800, 'height': 600},
'small': {'width': 300, 'height': 200},
'original': {'width': None, 'height': None}, # Original størrelse

View File

@@ -141,7 +141,7 @@ class MarkdownRenderer:
height=height
)
return Markup(tag)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB