mirror of
https://github.com/mastodon/mastodon.git
synced 2024-12-13 06:35:08 +01:00
Disable focus points for letterboxed media
This commit is contained in:
parent
9998271a5b
commit
8622dccaf1
@ -163,7 +163,7 @@ class Item extends React.PureComponent {
|
||||
sizes={sizes}
|
||||
alt={attachment.get('description')}
|
||||
title={attachment.get('description')}
|
||||
style={{ objectPosition: `${x}% ${y}%` }}
|
||||
style={{ objectPosition: letterbox ? null : `${x}% ${y}%` }}
|
||||
/>
|
||||
</a>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user