Monorepo for Tangled tangled.org

appview/repo/ogcard: set default size to recommended 1200x630

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

anirudh.fi 7a5b4ece 3146e81d

verified
Changed files
+1 -1
appview
repo
ogcard
+1 -1
appview/repo/ogcard/card.go
··· 46 46 47 47 // DefaultSize returns the default size for a card 48 48 func DefaultSize() (int, int) { 49 - return 1200, 600 49 + return 1200, 630 50 50 } 51 51 52 52 // NewCard creates a new card with the given dimensions in pixels