# Video View

![](/files/-M-R_2yhUJsieP5mrbhn)

### 🎨 Styles

* **Dimensions**
  * **Width:** set how wide the video view element is using.
  * **Height:** set how tall the video view element is using.

### ⚙ Properties

* **Generic properties**
  * **Enable** [**skeleton loaders**](/apphive-documentacion/reference/estilos/skeleton-loader.md)**:** this tool provides an indication to the user that something is coming but not yet available on the video view element.
  * **Control is hidden:** hide the video view element from the screen.
* **Specific properties**
  * **Video URL:** The URL is the address of a video. You can find it in the address bar on the top of your top web browser. Alternatively, you can find the URL for a link by right-clicking it and copying the link.

{% hint style="warning" %}
The video view element only allows YouTube and Vimeo Url with https\:// **example**: <https://www.youtube.com/watch?v=ybGWhmglHJQ>
{% endhint %}


---

# Agent Instructions: 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:

```
GET https://docs.apphive.io/apphive-documentacion/compilaciones-y-cargas-a-tiendas/elementos-de-interfaz/multimedia/video-view.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
