diff options
| author | 2025-08-18 15:56:56 +0700 | |
|---|---|---|
| committer | 2025-08-18 15:56:56 +0700 | |
| commit | 647be7ed9b50b15d9c4e4ac47776f64d544b27e6 (patch) | |
| tree | 1c597cfb85426d9be088f9a0ff613397314ee765 /views/pages/global-map.html | |
| parent | 7e66eb1ea95f97a80f13be054e840beea4337ab4 (diff) | |
| download | web-647be7ed9b50b15d9c4e4ac47776f64d544b27e6.tar.gz web-647be7ed9b50b15d9c4e4ac47776f64d544b27e6.zip | |
feat: use webp of various sizes (320/560/800/1200/1600w) as thumbnails
Diffstat (limited to 'views/pages/global-map.html')
| -rw-r--r-- | views/pages/global-map.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/pages/global-map.html b/views/pages/global-map.html index cbb6c7d..09d7ab2 100644 --- a/views/pages/global-map.html +++ b/views/pages/global-map.html @@ -216,7 +216,7 @@ }).addTo(map) .bindPopup(` <div class="flex flex-row justify-center justify-items-center"> - <img onclick="location.href='${link}';" class="cursor-pointer object-cover rounded-[10%] select-none w-[3vmax] h-[3vmax] mr-[0.5vmax]" src="https://f003.backblazeb2.com/file/sayana-photos/thumbnails/${thumbnail}.webp"> + <img onclick="location.href='${link}';" class="cursor-pointer object-cover rounded-[10%] select-none w-[3vmax] h-[3vmax] mr-[0.5vmax]" src="https://f003.backblazeb2.com/file/sayana-photos/webp-320p/${thumbnail}.webp"> <span><b><a href="${link}">${title}</a></b><br><a href="https://www.openstreetmap.org/#map=13/${x}/${y}">${x}, ${y}</a></span> </div>`); } |