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