We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e3fa1a commit 6c1e7bbCopy full SHA for 6c1e7bb
1 file changed
src/config.js
@@ -65,7 +65,7 @@ const uniqueDnaTorrance = 10000;
65
const preview = {
66
thumbPerRow: 5,
67
thumbWidth: 50,
68
- imageRatio: format.width / format.height,
+ imageRatio: format.height / format.width,
69
imageName: "preview.png",
70
};
71
0 commit comments