(js) Adjust icon height of sg-avatar-image

pull/207/head
Francis Lachapelle 2016-05-11 12:26:36 -04:00
parent cba3819e47
commit f4a95edc75
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@
if (attrs.size) {
imgElement.attr('width', attrs.size);
imgElement.attr('height', attrs.size);
mdIconElement.css('font-size', attrs.size + 'px');
}
controller.img = imgElement;