> For the complete documentation index, see [llms.txt](https://help.inspiredtheme.com/articles/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/video-banner.md).

# Video banner

***

### 1. Our guide to set up a Video banner section:

{% hint style="info" %}
**Steps:**

* In the theme editor, click **Add section.**
* Locate **Video banner.**
* Click **Save.**
  {% endhint %}

<figure><img src="/files/O4fDMvKEleUBrz2oVapf" alt=""><figcaption></figcaption></figure>

### **2. Section blocks:**

<figure><img src="/files/HzUttvD0BlDfHjBBBYdr" alt=""><figcaption></figcaption></figure>

* **Caption:** Add a caption text to your video banner.

  <figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/8137c66b-3393-4c37-957b-28e77e72e644/Screenshot%202023-11-28%20at%205.21.38%20PM.png" alt=""><figcaption></figcaption></figure>
* **Heading**: Enter heading text to display as a section title.

  <figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/c58316ff-ef67-472f-a904-a381230e8d73/Screenshot%202023-11-28%20at%205.22.10%20PM.png" alt=""><figcaption></figcaption></figure>
* **Text**: enter a description or extra info to your video.

  <figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/887b40ad-5ae0-4fed-b6a7-d7da0de957a9/Screenshot%202023-11-28%20at%205.22.48%20PM.png" alt=""><figcaption></figcaption></figure>
* **Buttons**: link to your collections or products or any other page with custom call-to-action buttons.&#x20;

**Button label**: add custom text for your call-to-action button.&#x20;

**Button link**: select or paste a link for the call-to-action button.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/19723ccb-ca71-4df3-86ab-24dae1087973/Screenshot%202023-11-28%20at%205.23.18%20PM.png" alt=""><figcaption></figcaption></figure>

> ***Note**: If you want to add a video that includes sound, you should use the* [***Video*** ***section***](/articles/sections/sections-available-in-inspiredtheme/video.md) *instead.*

### **3. Video banner section settings:**

* Click on the **Video banner** section to open the section settings.

{% embed url="<https://www.loom.com/share/9f8a9b495db3461b8531e2175210df77?sid=98901104-d08a-47b0-82a1-d927673a7130>" %}

* **Section height**: Adjust the overall height of the video.

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/d54a1555-3c4b-49d5-9ee5-0dc6b439f205/Screenshot%202023-11-28%20at%205.00.21%20PM.png" alt=""><figcaption></figcaption></figure>

* **Section width**: Set the width of the section by selecting the relevant option:

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/61118de6-30f3-4be7-8660-668431060077/Screenshot%202023-11-28%20at%205.00.27%20PM.png" alt=""><figcaption></figcaption></figure>

{% tabs %}
{% tab title="Fixed" %}
Based on the Container max-width you set in Theme setting&#x73;**.**

<figure><img src="/files/epLH6VXQQ49UDgJCWIqd" alt=""><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Full width" %}
Span the content takes 100% of the screen's width.

<figure><img src="/files/oXIjOPDG0pvbSQxPiJoo" alt=""><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

* **Desktop content:**

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/88f682dc-5b38-4d2e-a1d3-6864e9f02cc3/Screenshot%202023-11-28%20at%205.12.54%20PM.png" alt=""><figcaption></figcaption></figure>

You can use the dropdown options to change the **position** of the content on the video (desktop view). Available positions are Top left, Top center, Top right, Middle left, Middle center, Middle right, Bottom left, Bottom center, and Bottom right.

You can change the **Desktop content alignment:** choose between **Left**, **Center**, or **Right.**

<figure><img src="https://t9008110498.p.clickup-attachments.com/t9008110498/ca8201f2-f9da-4de2-95f2-4aa0b38857ba/Screenshot%202023-11-29%20at%205.20.58%20PM.png" alt=""><figcaption><p><strong>Desktop content position: Middle Center + Desktop content alignment: Center</strong></p></figcaption></figure>


---

# 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://help.inspiredtheme.com/articles/sections/sections-available-in-inspiredtheme/video-banner.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.
