Feature: load HD-images from mapillary in preview

This commit is contained in:
Pieter Vander Vennet 2023-12-07 01:04:43 +01:00
parent 1748e98bfc
commit 09993c2e44
3 changed files with 31 additions and 18 deletions

View file

@ -25,4 +25,4 @@
</script>
<img bind:this={panzoomEl} src={image.url} class="w-fit h-fit"/>
<img bind:this={panzoomEl} src={image.url_hd ?? image.url} class="w-full h-auto"/>