# 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](https://docs.digitalsamba.com/reference/sdk/methods/maximizeuser) and [pinUser](https://docs.digitalsamba.com/reference/sdk/methods/pinuser) methods.
{% endhint %}
