Skip to content
Snippets Groups Projects
Commit 32e7ddea authored by prlanzarin's avatar prlanzarin
Browse files

Revert "Improve 16x9 Support"

This reverts commit b8fc94c7.
parent 5fd837db
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ const findOptimalGrid = (canvasWidth, canvasHeight, gutter, aspectRatio, numItem
columns,
rows,
width: (cellWidth * columns) + gutterTotalWidth,
maxHeight: (cellHeight * rows) + gutterTotalHeight,
height: (cellHeight * rows) + gutterTotalHeight,
filledArea: (cellWidth * cellHeight) * numItems,
};
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment