Skip to content

Commit

Permalink
doc: fix overview video playsInline + compress size
Browse files Browse the repository at this point in the history
  • Loading branch information
minuukang committed Jul 26, 2024
1 parent f34b9df commit 2509eaf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/public/example.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/overview.ko.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Keyword, KeywordDescription } from '@/components';

# 개요

<video src="/example.mp4" width={250} muted autoPlay loop className="float-right ml-6 my-6 max-w-[40%]" />
<video src="/example.mp4" width={250} playsInline muted autoPlay loop className="float-right ml-6 my-6 max-w-[40%]" />

`@use-funnel`은 복잡한 UI 흐름을 간편하게 구현할 수 있도록 도와주는 [React Hook](https://ko.react.dev/reference/rules/rules-of-hooks)이에요.

Expand Down

0 comments on commit 2509eaf

Please sign in to comment.