Skip to content

Commit c52886a

Browse files
committed
Upgrade images in coin list for xxxhdpi
1 parent 4ac94d1 commit c52886a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/CoinListView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const loadImage = async (index, coinId) => {
8282
const results = await executeQuery(sql, [coinId,])
8383
let img
8484
if (imageViewStore.currentImageView === 'both') {
85-
const maxHeight = 100 // Step-down scaling for better quality
85+
const maxHeight = 54*4 // Step-down scaling for better quality
8686
let aspectRatio
8787
let img1 = null, img2 = null
8888
let newWidth1 = 0, newWidth2 = 0

0 commit comments

Comments
 (0)