feat(gallery): improve accessibility
This commit is contained in:
@@ -32,6 +32,8 @@ const getPlaceholder = (image: InternalApi["/api/gallery"]["get"][number]) => {
|
||||
fullscreen
|
||||
:dismissible="false"
|
||||
:ui="{ body: 'bg-black p-0!', header: 'hidden' }"
|
||||
title="Gallery carousel"
|
||||
description="View all the images in a carousel"
|
||||
@close:prevent="emit('close', currentIndex)"
|
||||
>
|
||||
<template #body>
|
||||
|
||||
Reference in New Issue
Block a user