Skip to content

Commit 76e298f

Browse files
committed
remove: 비디오 포맷을 mp4에서 webm으로 변경
1 parent 1f58f3f commit 76e298f

File tree

9 files changed

+6
-6
lines changed

9 files changed

+6
-6
lines changed

_posts/2024-08-04-horizontal-drag-scroll.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -334,8 +334,8 @@ const scrollHook = useDragScroll();
334334
좌우 드래그 스크롤을 적용한 테스트 결과는 다음과 같습니다.
335335

336336
<video width="480" controls>
337-
<source src="/assets/video/front-end/drag-scroll/video1.mp4" type="video/mp4" />
338-
Your browser does not support the video tag.
337+
<source src="/assets/video/front-end/drag-scroll/video1.webm" type="video/webm" />
338+
Your browser does not support the video format. Please try a different browser.
339339
</video>
340340

341341
## 참고 자료

_posts/2024-12-28-react-native-splash-screen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ android.enableJetifier=true
130130
<br/>
131131

132132
<video width="360" controls>
133-
<source src="/assets/video/front-end/react-native-splash-screen/video1.mp4" type="video/mp4" />
134-
Your browser does not support the video tag.
133+
<source src="/assets/video/front-end/react-native-splash-screen/video1.webm" type="video/webm" />
134+
Your browser does not support the video format. Please try a different browser.
135135
</video>
136136

137137
## 참고 자료

_posts/2025-02-16-debounce-throttle.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,8 @@ export const useSurveyContentItemList = (
176176
```
177177

178178
<video controls>
179-
<source src="/assets/video/front-end/debounce-throttle/video1.mp4" type="video/mp4" />
180-
Your browser does not support the video tag.
179+
<source src="/assets/video/front-end/debounce-throttle/video1.webm" type="video/webm" />
180+
Your browser does not support the video format. Please try a different browser.
181181
</video>
182182

183183
## Throttle
-3.44 MB
Binary file not shown.
538 KB
Binary file not shown.
-1.34 MB
Binary file not shown.
778 KB
Binary file not shown.
-4.54 MB
Binary file not shown.
418 KB
Binary file not shown.

0 commit comments

Comments
 (0)