> 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/minimizecontent.md).

# minimizeContent()

Minimizes the content no matter if fullscreened or pinned.

<pre class="language-javascript"><code class="lang-javascript"><strong>sambaFrame.minimizeContent();
</strong></code></pre>

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

* Wanting to minimize the currently fullscreened or pinned content

{% hint style="info" %}
**minimizeContent** is often used in conjunction with the [maximizeUser](/reference/sdk/methods/maximizeuser.md) and [pinUser](/reference/sdk/methods/pinuser.md) methods.
{% endhint %}
