Skip to content

LynanBreeze/live-photo

Repository files navigation

Live-Photo

A simple live-photo React component.

Preview

<iframe src="https://lynanbreeze.github.io/live-photo/?photoSrc=/live-photo/test/live.jpg&videoSrc=/live-photo/test/live.mp4" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width: 100%; aspect-ratio: 16/9;"></iframe> <iframe src="https://lynanbreeze.github.io/live-photo/?photoSrc=/live-photo/test/live.jpg&videoSrc=/live-photo/test/live.mp4&useApple=1" scrolling="no" border="0" frameborder="no" framespacing="0" allowfullscreen="true" style="width: 100%; aspect-ratio: 16/9;"></iframe>

Options

Key Type
photoSrc string, required
videoSrc string, required
loop null
muted null
useApple null

Run

pnpm install && pnpm run dev

Build

pnpm run build