Upload folder using huggingface_hub
Browse files
6.5.2/gallery/shared/Gallery.svelte
CHANGED
|
@@ -414,7 +414,11 @@
|
|
| 414 |
{/if}
|
| 415 |
|
| 416 |
{#if show_fullscreen_button}
|
| 417 |
-
<FullscreenButton
|
|
|
|
|
|
|
|
|
|
|
|
|
| 418 |
{/if}
|
| 419 |
|
| 420 |
{#if show_share_button}
|
|
|
|
| 414 |
{/if}
|
| 415 |
|
| 416 |
{#if show_fullscreen_button}
|
| 417 |
+
<FullscreenButton
|
| 418 |
+
{fullscreen}
|
| 419 |
+
onclick={(is_fullscreen) =>
|
| 420 |
+
onfullscreen({ detail: is_fullscreen })}
|
| 421 |
+
/>
|
| 422 |
{/if}
|
| 423 |
|
| 424 |
{#if show_share_button}
|