> ## Documentation Index
> Fetch the complete documentation index at: https://help.clueso.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Rectangle

> Learn how to add and customize rectangle elements to create shapes and highlights in your videos

<iframe src="https://watchclueso.com/embed/qx3a8uwqa8vxn8g9" title="Clueso video" style={{ width: "100%", aspectRatio: "16 / 9", border: "0" }} allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowFullScreen />

Rectangle elements allow you to add geometric shapes to your videos, useful for creating backgrounds, highlights, or visual separators.

## Adding a Rectangle

There are two ways to add a rectangle in Clueso.

### Using the Shapes tool

<Steps>
  <Step>
    Navigate to the **Shapes** tool on the left panel.

    <img src="https://mintcdn.com/clueso/_cmvH7otcxxmIj6-/images/1-2.png?fit=max&auto=format&n=_cmvH7otcxxmIj6-&q=85&s=a893e684cb825c90cd98868fc878ac19" alt="" width="1370" height="1474" data-path="images/1-2.png" />
  </Step>

  <Step>
    Click on **Rectangle** — it is active by default when you open the Shapes tool. Your cursor will update to confirm the tool is selected.

    <img src="https://mintcdn.com/clueso/_cmvH7otcxxmIj6-/images/2-3.png?fit=max&auto=format&n=_cmvH7otcxxmIj6-&q=85&s=7e95ecb95faa006ac33d5483b624e87f" alt="" width="2144" height="1416" data-path="images/2-3.png" />
  </Step>

  <Step>
    Click and drag on the canvas to draw your rectangle.

    <img src="https://mintcdn.com/clueso/_cmvH7otcxxmIj6-/images/3-3.png?fit=max&auto=format&n=_cmvH7otcxxmIj6-&q=85&s=c2c21735d1a6116575563f43ef0540bb" alt="" width="2234" height="1482" data-path="images/3-3.png" />
  </Step>
</Steps>

### Using the keyboard shortcut

<Steps>
  <Step>
    Press **R** on your keyboard to activate the rectangle tool. Your cursor will update and the rectangle tool will be highlighted at the top of the screen.
  </Step>

  <Step>
    Click and drag on the canvas to draw your rectangle.
  </Step>
</Steps>

## Customizing a Rectangle

<Steps>
  <Step>
    Click on the rectangle on the canvas to select it. The right panel will show two tabs — **Properties** and **Animation**.
  </Step>

  <Step>
    Under the **Properties** tab, adjust the following:

    **Layout**

    * **X / Y** — position of the rectangle on the canvas
    * **W / H** — width and height of the rectangle

    **Orientation**

    * Adjust the rotation angle of the rectangle

    **Appearance**

    * Set the **corner radius** (%) to round the corners of the rectangle

    **Fill**

    * Set the **fill color** and **opacity** (%) — lower the opacity to make the rectangle transparent, useful for highlighting content underneath

    **Stroke**

    * Set the **stroke width** and **stroke color** to add or customize the border of the rectangle

    <img src="https://mintcdn.com/clueso/BHZOWHZXLuHtnAwo/images/properties-1.png?fit=max&auto=format&n=BHZOWHZXLuHtnAwo&q=85&s=d193dcf8f735afa6bf63a75d760a7b36" width="2534" height="1866" data-path="images/properties-1.png" />
  </Step>

  <Step>
    Resize or reposition the rectangle directly on the canvas by dragging its handles or center.
  </Step>

  <Step>
    Drag the rectangle element in the timeline to adjust when it appears and how long it stays on screen.
  </Step>

  <Step>
    Toggle **Apply to all rectangles** at the bottom of the panel to apply your styling changes across all rectangles in the project.
  </Step>
</Steps>

## Animations

By default, rectangles come with a **Fade** animation — the rectangle fades in and out during playback.

<Steps>
  <Step>
    Click on the rectangle and navigate to the **Animation** tab in the right panel.
  </Step>

  <Step>
    Choose from the available animation styles:

    * **Fade** — the rectangle fades in and out
    * **Draw** — the rectangle draws itself on screen

          <img src="https://mintcdn.com/clueso/BHZOWHZXLuHtnAwo/images/animation.png?fit=max&auto=format&n=BHZOWHZXLuHtnAwo&q=85&s=4d9e1d0c2f94c27ecd6c51240bde8854" alt="" width="2522" height="1948" data-path="images/animation.png" />
  </Step>
</Steps>

## FAQs

<AccordionGroup>
  <Accordion title="Can I add multiple rectangles to the same clip?">
    Yes, add as many rectangles as you need. Each one can be independently customized by dragging it in the timeline.
  </Accordion>

  <Accordion title="Can I apply the same styling to all my rectangles at once?">
    Yes, after customizing a rectangle, toggle **Apply to all rectangles** at the bottom of the Properties panel to apply those settings across all rectangles in your project.
  </Accordion>

  <Accordion title="How do I control how long the rectangle stays on screen?">
    Drag the rectangle element in the timeline to adjust when it appears and how long it stays on screen.
  </Accordion>
</AccordionGroup>
