appview/repo/ogcard: set default size to recommended 1200x630
Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>
anirudh.fi 2 months ago 7a5b4ece 3146e81d
··· 46 46 47 47 // DefaultSize returns the default size for a card 48 48 func DefaultSize() (int, int) { 49 49 - return 1200, 600 49 49 + return 1200, 630 50 50 } 51 51 52 52 // NewCard creates a new card with the given dimensions in pixels