Browse Source

Make the avatar's dimensions settable

JC Brand 8 years ago
parent
commit
19d51f559d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/templates/avatar.html

+ 1 - 1
src/templates/avatar.html

@@ -1 +1 @@
-<canvas height="32px" width="32px" class="avatar"></canvas>
+<canvas height="{{height}}px" width="{{width}}px" class="avatar"></canvas>