> For the complete documentation index, see [llms.txt](https://docs.simplebooth.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/capture-frames.md).

# Capture Frames

Capture frames define where photos appear in your layout. You can add up to six photo frames per layout. Each capture frame exists as its own layer, allowing you to position, resize, and style them independently.

***

#### Frame Arrangement & Order

The order of your capture frame layers is important for two reasons:

* **Visual Layering**: Move a frame above or below other layers (like graphics or overlays) to control how elements overlap.
* **Capture Sequence**: The order of the frames in your layer list determines the order in which photos are taken during the event.

***

#### Styling Your Frames

Use these settings to customize the look of your capture frames.

{% tabs %}
{% tab title="Untitled" %}
Choose an aspect ratio for your frame(s). \
\
Options include 9:16, 2:3, 3:4, 1:1, 4:3, 3:2, & 16:0.
{% endtab %}

{% tab title="Border & Radius" %}
Adjust the frame's outline and corner shape:

* **Border**: Set the width and color using a hex code or the color picker.
* **Radius**: Adjust the roundness of the corners. Note that changing the border radius will also change the shape of the photo captured within it.
  {% endtab %}

{% tab title="Shadow" %}
Add depth to your design by offsetting a shadow behind the frame:

* **Color**: Choose a shadow color and opacity.
* **Blur**: Adjust how soft or sharp the shadow appears.
* **Offset**: Move the shadow's position relative to the frame.
  {% endtab %}

{% tab title="Opacity" %}
Control the transparency of the capture frame. Lowering the opacity is useful for creating watermark effects or complex layered designs where background elements need to show through.
{% endtab %}
{% endtabs %}

***

#### Motion Choices

Motion settings are available when your layout contains **only one** capture frame.

{% hint style="info" %}
Motion choices are edited from the [layout-wide design settings](/customization-guide/layout-designer/creating-layouts.md#layout-wide-design-settings). They cannot be edited while an individual capture frame is selected.
{% endhint %}

{% tabs %}
{% tab title="GIF" %}
Select 2–6 frames with a customizable playback speed. The countdown resets before each individual photo is taken.
{% endtab %}

{% tab title="Live GIF" %}
A 6-frame, high-speed loop. The countdown only happens before the first frame, creating a result that feels like a short, burst-style video.
{% endtab %}

{% tab title="Rebound" %}
A short looping clip that plays forward and then backward, similar to an Instagram Boomerang.
{% endtab %}

{% tab title="Video" %}
Capture 5–120 seconds of video with audio. This mode includes basic trim tools, though other [editing options](/customization-guide/experience-designer/post-capture/edit-tools.md) are limited.
{% endtab %}
{% endtabs %}

***

{% hint style="success" %}

## Plan Availability

**Still & Motion Capture**

:white\_check\_mark: All Plans

**Video Capture**

:white\_check\_mark: Core, Plus, Pro, Select

:x: Lite
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.simplebooth.com/customization-guide/layout-designer/adding-layers/capture-frames.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
