We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ac94d1 commit c52886aCopy full SHA for c52886a
1 file changed
frontend/src/components/CoinListView.vue
@@ -82,7 +82,7 @@ const loadImage = async (index, coinId) => {
82
const results = await executeQuery(sql, [coinId,])
83
let img
84
if (imageViewStore.currentImageView === 'both') {
85
- const maxHeight = 100 // Step-down scaling for better quality
+ const maxHeight = 54*4 // Step-down scaling for better quality
86
let aspectRatio
87
let img1 = null, img2 = null
88
let newWidth1 = 0, newWidth2 = 0
0 commit comments