mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-02 21:14:47 +00: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 a new issue