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

# Video player

The inline video player in Pipeline lets you quickly embed a video from YouTube, Vimeo, or even an MP4 video right into the page, ***without a popup***.&#x20;

Allow your customers to watch extended videos that showcase your brand, products, and services. The videos are conveniently located within the section.&#x20;

### Play inline

Videos are displayed and played inside the section. Including YouTube, Vimeo, and MP4 videos. Add a Rich text section to create a heading:

<figure><img src="/files/1dZWQXLs8P7vtEiLgZMA" alt=""><figcaption><p><strong>Combined with a Rich Text section to create a heading</strong></p></figcaption></figure>

### Customize

Choose a video to play and use the options in the section settings to fine-tune the section:

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

You can adjust the video aspect ratio to match the style of video you're using:

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

### Add a placeholder image

To brand the video player, you can add a placeholder image. When shoppers click on the play button, the video will still play inline ***without a popup***:&#x20;

<figure><img src="/files/6KAsUrFnVUghyNOBqWaC" alt=""><figcaption></figcaption></figure>

### Block content

Blocks that you add to the Video Player section have individual settings. You can also control the following section settings to configure how all the blocks appear over the section placeholder and video:

* Alinement over the section
* Text color
* Background color, for a solid background or transparency

<figure><img src="/files/TC3x87LSY5eIABKlJbJP" alt=""><figcaption></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://story.groupthought.com/sections/story-sections/video-player.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.
