Skip to content

Commit

Permalink
No parallax for videos
Browse files Browse the repository at this point in the history
  • Loading branch information
yvonnetangsu committed Feb 27, 2025
1 parent 83cf380 commit 0efc63c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions components/Storyblok/SbVideo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ type SbVideoProps = {
videoWebm: SbImageType;
videoMp4: SbImageType;
videoPoster: SbImageType;
isParallax?: boolean;
caption?: StoryblokRichtext;
aspectRatio?: ImageAspectRatioType;
isFullScreen?: boolean;
Expand All @@ -37,7 +36,6 @@ export const SbVideo = ({
videoWebm: { filename: webmSrc } = {},
videoMp4: { filename: mp4Src } = {},
videoPoster: { filename: posterSrc } = {},
isParallax,
caption,
aspectRatio,
isFullScreen,
Expand Down Expand Up @@ -71,7 +69,6 @@ export const SbVideo = ({
videoWebm={webmSrc}
videoMp4={mp4Src}
videoPosterSrc={posterSrc}
isParallax={isParallax}
caption={Caption}
aspectRatio={aspectRatio}
isFullScreen={isFullScreen}
Expand Down

0 comments on commit 0efc63c

Please sign in to comment.