material-avatar
material-avatar copied to clipboard
Custom width and height
Good day, widget dont get width and height from container. I have always fixed width 200x200 px.
<div id="employee-avatar" style="height: 300px; width: 200px;" data-name="Employee name">
<canvas width="200" height="200"></canvas>
</div>