fix: fix broken hero video options

This commit is contained in:
Hossein Mehrabi
2023-07-04 18:58:24 +03:30
parent d74dff8c9d
commit 39c09883b8
@@ -61,7 +61,7 @@ export const HeroVideo: React.FC<HeroVideoProps> = ({
'hero-video-scale': desktop?.scale ?? '58%',
'hero-video-offset-y': desktop?.offsetY ?? '-10%',
'hero-video-scale-mobile': mobile?.scale ?? '117.8%',
'hero-video-offset-y-desktop': mobile?.offsetY ?? '-10%',
'hero-video-offset-y-mobile': mobile?.offsetY ?? '-10%',
},
)}
{...(props as any)}