Skip to content

Commit 714c371

Browse files
authored
Merge pull request #116 from LukasGibb/main
Fix bug with orientation of preview
2 parents 0bcc481 + 05fcdf1 commit 714c371

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const uniqueDnaTorrance = 10000;
9090
const preview = {
9191
thumbPerRow: 5,
9292
thumbWidth: 50,
93-
imageRatio: format.width / format.height,
93+
imageRatio: format.height / format.width,
9494
imageName: "preview.png",
9595
};
9696

0 commit comments

Comments
 (0)