# 쇼츠 영상 업로드하기

유튜브에 등록 된 쇼츠 영상을 동영상 블록 또는 코드 블록을 사용하여 영상을 재생 할 수 있습니다.

## 1. 동영상 블록 사용하기

동영상 블록은 유튜브에 업로드한 동영상 주소(URL)를 입력하여 페이지에 동영상을 재생할 수 있습니다.

이때, 쇼츠 영상 주소 형식은 적용이 되지않기 때문에 일반 영상 주소 형식으로 변경하여 입력을 해주셔야 합니다.

1-1. 쇼츠 영상의 브라우저 주소를 복사합니다.

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

1-2. 복사한 주소의 형을 아래 내용을 참고하여 변경을 합니다.

{% hint style="info" %}
쇼츠 링크 : [www.youtube.com/\*\*shorts\*\*/URL](http://www.youtube.com/**shorts**/URL)

일반 영상 링크: [www.youtube.com/\*\*watch?v=\*\*\&#x55;RL](http://www.youtube.com/**watch?v=**\&#x55;RL)
{% endhint %}

1-3. 위 방법으로 수정한 주소를 동영상 블록에 적용합니다.

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

1-4. 영상의 크기에 맞춰 블록의 크기를 조정합니다.

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

## 2. 코드 블록 사용하기

동영상 URL이 아닌 쇼츠 영상의 소스코드를 복사하여 코드 블록을 활용하여 영상을 재생 할 수 있습니다.

코드 블록에서는 자동 재생, 반복 재생 등 재생 스타일 설정이 불가능합니다. 재생 스타일 설정을 원하신다면 동영상 블록을 사용을 권장 드립니다.

2-1. 재생하려는 쇼츠 영상을 우클릭 합니다.

2-2. \[소스 코드 복사]를 클릭합니다.

<figure><img src="/files/2GQyUpruSdNFkQd8OzpU" alt=""><figcaption></figcaption></figure>

2-3. 에디터 코드 블록을 추가하여 위에서 복사한 소스 코드를 붙여넣습니다.&#x20;

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

2-4. 영상의 크기에 맞춰 블록의 크기를 조절 합니다.

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


---

# 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://help.qshop.ai/customer_support/guide/tip/shorts.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.
