Skip to content

Commit

Permalink
fix: fix broken hero video options
Browse files Browse the repository at this point in the history
  • Loading branch information
jeangovil committed Jul 4, 2023
1 parent d74dff8 commit 39c0988
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
Expand Down

0 comments on commit 39c0988

Please sign in to comment.