Feature: load HD-images from mapillary in preview
This commit is contained in:
parent
1748e98bfc
commit
09993c2e44
3 changed files with 31 additions and 18 deletions
|
@ -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"/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue