diff --git a/src/components/StoryViewer/StoryViewer.module.scss b/src/components/StoryViewer/StoryViewer.module.scss index 2a6ecf6..8c73897 100644 --- a/src/components/StoryViewer/StoryViewer.module.scss +++ b/src/components/StoryViewer/StoryViewer.module.scss @@ -179,7 +179,7 @@ inset: 0; width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; animation: slideInRight 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; } @@ -188,7 +188,7 @@ inset: 0; width: 100%; height: 100%; - object-fit: cover; + object-fit: contain; animation: slideInLeft 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards; }