---
keywords: repr:size
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.ru/dev/maps/ymapsml/doc/en/llms.txt


# repr:size

### Diagram

![](../_images/size.png)

### Description {#desc}

Size of the icon image or icon shadow (in pixels).

### Contained by:

[repr:iconStyle](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-iconStyle.md), [repr:shadow](https://yandex.ru/dev/maps/ymapsml/doc/en/ref/reference/representation-shadow.md)

### Attributes

Name | Type | Description | Required
----- | ----- | ----- | -----
`x` |  | Width. | Yes
`y` |  | Height. | Yes


> ### repr:size
> 
> Placemark icon size 26 by 46 pixels:
> 
> ```xml
> <repr:size x="26" y="46"/>
> ```

