diff --git a/src/components/status.jsx b/src/components/status.jsx index ba6c29da..a454047d 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -60,7 +60,7 @@ function Media({ media, showOriginal, onClick }) { backgroundImage: `url(${previewUrl})`, backgroundSize: 'contain', backgroundRepeat: 'no-repeat', - backgroundPosition: focalBackgroundPosition || 'center', + backgroundPosition: 'center', aspectRatio: `${width}/${height}`, width, height,