fix(home): fix imageRendering CSS type
This commit is contained in:
@@ -32,8 +32,7 @@ export default function Home() {
|
|||||||
style={{
|
style={{
|
||||||
filter: 'contrast(1.12) brightness(0.88) saturate(1.08)',
|
filter: 'contrast(1.12) brightness(0.88) saturate(1.08)',
|
||||||
transform: 'translate3d(0, 0, 0)',
|
transform: 'translate3d(0, 0, 0)',
|
||||||
willChange: 'transform',
|
willChange: 'transform'
|
||||||
imageRendering: 'high-quality'
|
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
<source src="/video/RIT Video.mp4" type="video/mp4" />
|
<source src="/video/RIT Video.mp4" type="video/mp4" />
|
||||||
|
|||||||
Reference in New Issue
Block a user