Skip to content

Commit

Permalink
fix(form): add playsInline props
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuai2144 committed Dec 28, 2023
1 parent c321689 commit e1233d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form/src/layouts/LoginFormPage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ export function LoginFormPage<T = Record<string, any>>(
src={backgroundVideoUrl}
controls={false}
autoPlay
playsInline
loop
muted={true}
crossOrigin="anonymous"
Expand Down

0 comments on commit e1233d1

Please sign in to comment.