فهرست منبع

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>