> For the complete documentation index, see [llms.txt](https://shinedezign.gitbook.io/fame-documentations/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://shinedezign.gitbook.io/fame-documentations/overview/video-banner.md).

# Video banner

### Configure video banner

Go to **Customize theme.** Click the dropdown menu at the top of the page and select the **Home page** template.

From the left side menu, select **“Video banner.”**

Customize this section by using the setting on the right side of the theme editor, as described in the following table:

<table data-header-hidden><thead><tr><th width="281"></th><th></th></tr></thead><tbody><tr><td>Section visibility</td><td>Select from the options to select the visibility of this section:<br>-Always<br>-Small devices only(On selecting this, the section will be visible on mobile devices only.)<br>-Large devices only</td></tr><tr><td>Video link</td><td>Add the link to the video you want to show in the video banner. </td></tr><tr><td>Cover image </td><td>Add a cover image by clicking the select image button. (Note: <em>1920 x 720px recommended. A poster will not be visible if autoplay is enabled.)</em></td></tr><tr><td>Enable full width</td><td>Select this checkbox to show the full width of the video section. </td></tr><tr><td><p>Enable autoplay </p><p></p></td><td>Select/deselect this checkbox to enable autoplay.<br>(<em>Note: If autoplay is enabled, then the video will be muted.)</em></td></tr><tr><td>TEXT</td><td><p><strong>Heading</strong> </p><p>Enter text to display as a title on the video banner. <br><em>(Note: Wrap your text between [[ ]] to add the markers. For example, This [[marker]] will underline marker text.)</em></p><p><br><strong>Enable highlight text</strong> <br>-Select the checkbox to show the text in highlighted form. <br><em>(Note: Highlight text works on bold and italic text of the heading.)</em> <br> <br><strong>Marker style</strong><br>Select a style from the following options:<br>-Basic<br>-Curved<br>-Line<br>-Box<br></p><p><strong>Outline stroke</strong>  </p><p>Select outline stroke from the options- thin or thick.  </p><p> <br><strong>Heading size</strong><br>Select the heading size from the H1-H6 options.<br><br><strong>Heading tag</strong><br>Specify heading code types for SEO and search engines for crawling purposes.<br></p><p><strong>Text alignment</strong> </p><p>Select the text alignment from the given options:</p><p>-Left   </p><p>-Right   </p><p>-Center <br><br><strong>Heading bottom spacing desktop</strong><br>Adjust the range bar to add spacing below the heading on the desktop.<br><br><strong>Heading bottom spacing mobile</strong><br>Adjust the range bar to add spacing below the heading on the mobile.</p></td></tr><tr><td>MASKED VIDEO<br><em>(Note: It is applicable with autoplay video only.)</em></td><td><strong>Text</strong><br>Enter any text to show the video in this.<br><br><strong>Desktop font size</strong><br>Adjust the range bar to select the font size on the desktop view.<br><br><strong>Mobile font size</strong><br>Adjust the range bar to select the font size on the mobile view.<br><br><strong>Show video on text borders</strong><br>Select this checkbox to show the video on text borders.<br><br><strong>Desktop video border</strong><br>Adjust the range bar to select the video border width on the desktop view.<br><br><strong>Mobile video border</strong><br>Adjust the range bar to select the video border width on the mobile view.<br><br><strong>Background</strong><br>Select the text video background from <strong>Dark</strong> and <strong>Light.</strong><br><br><strong>Font family</strong><br>Select from the heading or body font to display in the section.</td></tr><tr><td>HEIGHT</td><td><p><strong>Desktop</strong></p><p>Adjust the slider to fix the section height for the desktop view.  <br> </p><p><strong>Mobile</strong></p><p>Adjust the slider to fix the section height for the mobile view. </p></td></tr><tr><td>COLORS</td><td><p><strong>Color scheme</strong>  </p><p>Select the color scheme from the given options; </p><p>-Primary  </p><p>-Secondary  </p><p>-Tertiary  </p><p>-Quaternary  <br> </p><p> <em>Note: These can be managed from Theme settings> color schemes.</em> <br><br><strong>Enable gradient</strong><br>Select this checkbox to show the gradient in the background color. This can be selected from theme settings>color schemes.<br><br><strong>Marker</strong><br>Select any color for marker style.  <br><br><strong>Marker text</strong><br>Select any color for marker text. </p></td></tr><tr><td>SECTION SPACING</td><td><p><strong>Top spacing (desktop)</strong></p><p>Adjust the slider to add spacing at the top of the section for desktop view.  <br></p><p><strong>Bottom spacing (desktop)</strong>  </p><p>Adjust the slider to add spacing at the bottom of the section for desktop view.  </p><p>  </p><p><strong>Top spacing (mobile)</strong>  </p><p>Adjust the slider to add spacing at the top of the section for mobile view.  </p><p>  </p><p><strong>Bottom spacing (mobile)</strong>  </p><p>Adjust the slider to add spacing at the bottom of the section for mobile view. </p></td></tr></tbody></table>


---

# 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://shinedezign.gitbook.io/fame-documentations/overview/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.
