Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

constants_colors_sizes

smurphy8 edited this page Jul 28, 2016 · 4 revisions

Constants, Colors and Sizes Oh My!

Thumbnail Size

The thumbnail size on the visuals page is a proportional 761 x 285 If you download imagemagik you can convert an image to this size with a bash command...

  • convert ./incoming.png -resize 761x285 ./incoming-thumb.png . It will constrain the image according to which ever dimension requres the smallest scaling to reach one of the given dimensions. i.e. rectangular images will end up with a width of 761, while vertical will end up with a height of 285.
Clone this wiki locally