Procházet zdrojové kódy

Make the avatar's dimensions settable

JC Brand před 8 roky
rodič
revize
19d51f559d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>