Make sure topmost image fills the gap in an odd-numbered media set.

staging
multiple creatures 2019-04-18 16:41:22 -05:00
parent 71302f6dec
commit fb47b6e120
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ class Item extends React.PureComponent {
let width = 50;
let height = 100 / Math.ceil(size/2);
if (size === 1) {
if (size === 1 || size % 2 == 1 && index == 0) {
width = 100;
}