avatar.css.tpl 105 B

1234
  1. .{name} .avatar {{
  2. background-size: 100%;
  3. background-image: url("data:image/jpeg;base64,{avatar}");
  4. }}