sizeString(default: undefined)

The Avatar allows you to set predefined sizes. When undefined (the default), the theme controls the default size. The available size values are "small", "medium", "large".

The "none" value is deprecated. Use custom CSS instead.

Example

<div id="avatar"></div>
<script>
    $("#avatar").kendoAvatar({
        text: "IG",
        size: "large"
    });
</script>
In this article
size
Not finding the help you need?
Contact Support