generated from hjess/PythonTemplateProject
[main] Imagesizes 150x150
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 45s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 45s
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
|
||||
Binary file not shown.
@@ -141,7 +141,7 @@ class MarkdownRenderer:
|
||||
height=height
|
||||
)
|
||||
return Markup(tag)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user