mirror of
https://github.com/wekan/wekan.git
synced 2025-04-24 05:57:13 -04:00
Add bigger screenshots
According to this conversation: https://oasis.sandstorm.io/grain/mZ6GkpaHjWAyxxKXgwTCG5/b/sandstorm/libreboard/KgLwFJqLmgheFvwRc 2 bigger screenshots added
This commit is contained in:
parent
167e873e13
commit
664824c931
4 changed files with 8 additions and 4 deletions
Binary file not shown.
Before Width: | Height: | Size: 32 KiB |
BIN
meta/screenshots/board_view_01.png
Normal file
BIN
meta/screenshots/board_view_01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 396 KiB |
BIN
meta/screenshots/board_view_02.png
Normal file
BIN
meta/screenshots/board_view_02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 329 KiB |
|
@ -76,11 +76,15 @@ const pkgdef :Spk.PackageDefinition = (
|
|||
|
||||
screenshots = [
|
||||
(
|
||||
width = 512,
|
||||
height = 330,
|
||||
jpeg = embed "meta/screenshots/board-view.jpg"
|
||||
width = 1920,
|
||||
height = 1133,
|
||||
png = embed "meta/screenshots/board_view_01.png"
|
||||
),
|
||||
(
|
||||
width = 1920,
|
||||
height = 1133,
|
||||
png = embed "meta/screenshots/board_view_02.png"
|
||||
),
|
||||
# XXX The screenshots should have a standard width and height.
|
||||
],
|
||||
|
||||
changeLog = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue