Skip to content

Instantly share code, notes, and snippets.

@pioz
Last active November 22, 2022 13:01
Show Gist options
  • Save pioz/dece5c22dab745dce81d56e3f323f2b3 to your computer and use it in GitHub Desktop.
Save pioz/dece5c22dab745dce81d56e3f323f2b3 to your computer and use it in GitHub Desktop.
Perfect height to hang a painting

For hanging pictures I really like to follow the midline style. In practice an imaginary line is drawn on the wall which is at 5/8 the height of the wall itself. Once we have this line in mind the paintings must be hung with 3/8 of their height above the median line.

h = (H*5 + q*3) / 8

where H is the height of the wall and q is the height of the painting itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment