Reduce clickable fullsize images size
This commit is contained in:
@@ -36,7 +36,7 @@ const isOpen = ref(false);
|
|||||||
:title="title || ''"
|
:title="title || ''"
|
||||||
fit="contain"
|
fit="contain"
|
||||||
lazy
|
lazy
|
||||||
class="h-screen"
|
class="h-[80dvh]"
|
||||||
>
|
>
|
||||||
<template #loader>
|
<template #loader>
|
||||||
<VaProgressCircle indeterminate />
|
<VaProgressCircle indeterminate />
|
||||||
|
|||||||
Reference in New Issue
Block a user