Skip to content

Commit

Permalink
fix: make video field thumbnails 230 by 230 pixels
Browse files Browse the repository at this point in the history
  • Loading branch information
luqven committed Dec 1, 2022
1 parent ae8cb21 commit 1ca8182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Field/FieldImagePreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export function FieldImagePreview({
imagePath.replace('imgix.net', 'imgix.video') +
'?video-generate=thumbnail&time=0.1'
}
width={140}
height={125}
width={230}
height={230}
imgixParams={{
auto: 'format',
fit: 'crop',
Expand Down

1 comment on commit 1ca8182

@vercel
Copy link

@vercel vercel bot commented on 1ca8182 Dec 1, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

contentful – ./

contentful-imgix.vercel.app
contentful-psi.vercel.app
contentful-git-main-imgix.vercel.app

Please sign in to comment.