A simple live-photo React component.
<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>Key | Type |
---|---|
photoSrc | string, required |
videoSrc | string, required |
loop | null |
muted | null |
useApple | null |
pnpm install && pnpm run dev
pnpm run build