forked from MapComplete/MapComplete
UX: some style tweaks to images
This commit is contained in:
parent
b26ffaaf22
commit
76f6b1f21f
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
||||||
export let previewedImage: UIEventSource<ProvidedImage> = undefined
|
export let previewedImage: UIEventSource<ProvidedImage> = undefined
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="relative">
|
<div class="relative shrink-0">
|
||||||
<img
|
<img
|
||||||
bind:this={imgEl}
|
bind:this={imgEl}
|
||||||
class={imgClass ?? ""}
|
class={imgClass ?? ""}
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
panzoomInstance = panzoom(panzoomEl, {
|
panzoomInstance = panzoom(panzoomEl, {
|
||||||
bounds: true,
|
bounds: true,
|
||||||
boundsPadding: 0.49,
|
boundsPadding: 0.49,
|
||||||
minZoom: 1,
|
minZoom: 0.1,
|
||||||
maxZoom: 25,
|
maxZoom: 25,
|
||||||
initialZoom: 1.0,
|
initialZoom: 1.0,
|
||||||
})
|
})
|
||||||
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<img
|
<img
|
||||||
bind:this={panzoomEl}
|
bind:this={panzoomEl}
|
||||||
class="panzoom-image h-fit w-fit"
|
class="panzoom-image h-fit max-w-fit"
|
||||||
on:load={() => {
|
on:load={() => {
|
||||||
isLoaded?.setData(true)
|
isLoaded?.setData(true)
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue