visit website
Carousel
{ const id = $event.detail.id if (id === 'see-post-modal') { $el.showModal() } } " @close-modal.window=" ($event) => { const id = $event.detail.id if (id === 'see-post-modal') { $dispatch('modal-closed', { id }) $el.close() } } " class="w-min h-min !max-w-[100vw] !max-h-[95%] !my-auto !p-0" id="see-post-modal" >
Choosing a selection results in a full page refresh.
Opens in a new window.