mirror of
https://github.com/penpot/penpot.git
synced 2026-09-10 05:58:47 +00:00
✨ Add Penpot-specific board size presets (#11565)
Add a "PENPOT" section to the board size presets list with sizes for File thumbnail, Template cover, Plugin icon and Plugin cover, so designers no longer need to look up these dimensions manually when creating thumbnails for files, template submissions or plugin listings. Closes #11561 AI-assisted-by: claude-sonnet-5 Signed-off-by: Andres Gonzalez <andres.gonzalez79@gmail.com>
This commit is contained in:
parent
8fac9cf178
commit
93b18fb1c1
@ -299,7 +299,21 @@
|
||||
:height 1152}
|
||||
{:name "YouTube thumb"
|
||||
:width 1280
|
||||
:height 720}])
|
||||
:height 720}
|
||||
|
||||
{:name "PENPOT"}
|
||||
{:name "File thumbnail"
|
||||
:width 300
|
||||
:height 200}
|
||||
{:name "Template cover"
|
||||
:width 1390
|
||||
:height 781}
|
||||
{:name "Plugin icon"
|
||||
:width 400
|
||||
:height 400}
|
||||
{:name "Plugin cover"
|
||||
:width 1390
|
||||
:height 724}])
|
||||
|
||||
(def max-input-length 255)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user