We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4049a4 commit 641c78bCopy full SHA for 641c78b
package/src/components/ImageGallery/components/AnimatedGalleryVideo.tsx
@@ -183,7 +183,7 @@ export const AnimatedGalleryVideo: React.FC<Props> = React.memo(
183
onPlaybackStatusUpdate={onPlayBackStatusUpdate}
184
onProgress={onProgress}
185
paused={paused}
186
- resizeMode='cover'
+ resizeMode='contain'
187
style={style}
188
uri={source.uri}
189
videoRef={videoRef}
0 commit comments