Disable focus points for letterboxed media

This commit is contained in:
Thibaut Girka 2018-09-03 21:28:40 +02:00 committed by ThibG
parent 9998271a5b
commit 8622dccaf1
1 changed files with 1 additions and 1 deletions

View File

@ -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>
);