Răsfoiți Sursa

Make the avatar's dimensions settable

JC Brand 8 ani în urmă
părinte
comite
19d51f559d
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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>