Преглед изворни кода

Make the avatar's dimensions settable

JC Brand пре 8 година
родитељ
комит
19d51f559d
1 измењених фајлова са 1 додато и 1 уклоњено
  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>