> For the complete documentation index, see [llms.txt](https://docs.digitalsamba.com/reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digitalsamba.com/reference/sdk/methods/maximizelocaltile.md).

# maximizeLocalTile()

Maximizes user's local (own) tile. Note that this doesn't affect other (remote) users.\
If user's tile is already maximized, then calling this method has no effect.

```javascript
sambaFrame.maximizeLocalTile();
```

**Sample use cases**:&#x20;

* Having the local (own) tile minimized and wanting to maximize it.

{% hint style="info" %}
**maximizeLocalTile** is often used in conjunction with the [minimizeLocalTile](/reference/sdk/methods/minimizelocaltile.md) method.
{% endhint %}
