Browse Source

Adding relative links

Noah 7 years ago
parent
commit
857e8d4a93
3 changed files with 5 additions and 5 deletions
  1. 1 1
      README.md
  2. 2 2
      SERVER.md
  3. 2 2
      THEMES.md

File diff suppressed because it is too large
+ 1 - 1
README.md


File diff suppressed because it is too large
+ 2 - 2
SERVER.md


+ 2 - 2
THEMES.md View File

@@ -24,7 +24,7 @@ The following options are required (they aren't required for every theme, as lon
24 24
 * `framesPerSecond` - desired video framerate (e.g. `20`)
25 25
 * `samplesPerFrame` - How many data points to use for the waveform. More points = a more detailed wave. (e.g. `128`)
26 26
 
27
-To see what specs different social media platforms want, see the [Developer notes](DEVELOPERS.md).
27
+To see what specs different social media platforms want, see the [Developer notes](DEVELOPERS.md#use-different-dimensions-besides-1280x720).
28 28
 
29 29
 ### Background options
30 30
 
@@ -56,7 +56,7 @@ You can set both a `backgroundColor` and a `backgroundImage`, in which case the
56 56
 * `captionLineSpacing` - How many extra pixels to put between caption lines. You'll want to adjust this for whatever font and font size you're using.
57 57
 * `captionLeft` - How many pixels from the left edge to place the caption
58 58
 * `captionRight` - How many pixels from the right edge to place the caption
59
-* `captionBottom` or `captionTop` - How many pixels from the bottom or top edge to place the caption. Determines whether the caption text will be top- or bottom-aligned. If both are set, the caption will be roughly vertically centered between them, though this [isn't perfect](https://github.com/nypublicradio/audiogram/issues/20).
59
+* `captionBottom` or `captionTop` - How many pixels from the bottom or top edge to place the caption. Determines whether the caption text will be top- or bottom-aligned. If both are set, the caption will be roughly vertically centered between them, give or take a few pixels depending on the font.
60 60
 
61 61
 ### Wave options
62 62