We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bcc481 + 05fcdf1 commit 714c371Copy full SHA for 714c371
1 file changed
src/config.js
@@ -90,7 +90,7 @@ const uniqueDnaTorrance = 10000;
90
const preview = {
91
thumbPerRow: 5,
92
thumbWidth: 50,
93
- imageRatio: format.width / format.height,
+ imageRatio: format.height / format.width,
94
imageName: "preview.png",
95
};
96
0 commit comments