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):
|
def _set_image_sizes(self):
|
||||||
self.app.state.IMAGE_SIZES = {
|
self.app.state.IMAGE_SIZES = {
|
||||||
'thumbnails': {'width': 100, 'height': 100},
|
'thumbnails': {'width': 150, 'height': 150},
|
||||||
'large': {'width': 800, 'height': 600},
|
'large': {'width': 800, 'height': 600},
|
||||||
'small': {'width': 300, 'height': 200},
|
'small': {'width': 300, 'height': 200},
|
||||||
'original': {'width': None, 'height': None}, # Original størrelse
|
'original': {'width': None, 'height': None}, # Original størrelse
|
||||||
|
|||||||
Binary file not shown.
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 |
Reference in New Issue
Block a user