Skip to content

Commit

Permalink
Merge pull request HashLips#116 from LukasGibb/main
Browse files Browse the repository at this point in the history
Fix bug with orientation of preview
Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

HashLips authored Oct 27, 2021
2 parents 0bcc481 + 05fcdf1 commit 714c371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.js
Original file line number Diff line number Diff line change
@@ -90,7 +90,7 @@ const uniqueDnaTorrance = 10000;
const preview = {
thumbPerRow: 5,
thumbWidth: 50,
imageRatio: format.width / format.height,
imageRatio: format.height / format.width,
imageName: "preview.png",
};

0 comments on commit 714c371

Please sign in to comment.