We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6827ad commit d71158dCopy full SHA for d71158d
store.js
@@ -31,7 +31,7 @@ fetch("store.json")
31
32
// Add thumbnail
33
const thumb = document.createElement("img");
34
- thumb.src = patch.StoreThumb;
+ thumb.src = "thumbnails/webp/" + patch.StoreThumb;
35
thumb.alt = patch.Title;
36
tile.appendChild(thumb);
37
0 commit comments