From 9f847dd712a973392f9c33dcf48f760d1d3ebdef Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 1 Jul 2024 15:49:01 +0300 Subject: [PATCH] Update galleria sample --- apps/showcase/doc/galleria/AdvancedDoc.vue | 91 ++++++++++++---------- 1 file changed, 52 insertions(+), 39 deletions(-) diff --git a/apps/showcase/doc/galleria/AdvancedDoc.vue b/apps/showcase/doc/galleria/AdvancedDoc.vue index 49331bb28..9af2de13d 100644 --- a/apps/showcase/doc/galleria/AdvancedDoc.vue +++ b/apps/showcase/doc/galleria/AdvancedDoc.vue @@ -24,7 +24,7 @@ content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -97,8 +101,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -146,8 +153,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" > @@ -292,8 +302,7 @@ export default { content: { class: ['relative', { 'flex-1 justify-center': fullScreen }] }, - - thumbnailwrapper: 'absolute w-full left-0 bottom-0' + thumbnails: 'absolute w-full left-0 bottom-0' }" >