comitting
This commit is contained in:
@@ -54,7 +54,16 @@ export default function Login() {
|
||||
<ContentStyle>
|
||||
<Grid container>
|
||||
<Grid item xs={6}>
|
||||
<Image visibleByDefault disabledEffect src="/images/login-image.gif" alt="login" />
|
||||
<video
|
||||
autoPlay={true}
|
||||
loop={true}
|
||||
muted={true}
|
||||
playsInline={true}
|
||||
style={{ width: '100%' }}
|
||||
>
|
||||
<source src="/images/login-image.webm" type="video/webm" />
|
||||
<source src="/images/login-image.mp4" type="video/mp4" />
|
||||
</video>
|
||||
</Grid>
|
||||
<Grid item xs={6} sx={{ padding: 3 }}>
|
||||
<Stack direction="row" alignItems="center" sx={{ mb: 5 }}>
|
||||
|
||||
Reference in New Issue
Block a user