{#if icon !== undefined}
{/if}
-
- {#if $license.title}
- {#if $license.informationLocation}
-
- {$license.title}
-
- {:else}
- $license.title
+
+ {#if attributionFormat !== "minimal" }
+ {#if $license.title}
+ {#if $license.informationLocation}
+
+ {$license.title}
+
+ {:else}
+ $license.title
+ {/if}
{/if}
{/if}
{#if $license.artist}
-
- {@html $license.artist}
-
+ {#if attributionFormat === "large"}
+
|
+ {:else}
+
+ {@html $license.artist}
+
+ {/if}
{/if}
-
- {#if $license.license !== undefined || $license.licenseShortName !== undefined}
-
- {$license?.license ?? $license?.licenseShortName}
-
- {/if}
-
- {#if $license.views}
-
-
- {$license.views}
-
- {/if}
-
-
{#if $license.date}
{$license.date.toLocaleDateString()}
{/if}
+
+ {#if attributionFormat !== "minimal"}
+
+ {#if ($license.license !== undefined || $license.licenseShortName !== undefined)}
+
+ {$license?.license ?? $license?.licenseShortName}
+
+ {/if}
+
+ {#if $license.views}
+
+
+ {$license.views}
+
+ {/if}
+
+ {/if}
+
{/if}
diff --git a/src/UI/Image/ImageOperations.svelte b/src/UI/Image/ImageOperations.svelte
index 0152e9cf5..7d131e2e0 100644
--- a/src/UI/Image/ImageOperations.svelte
+++ b/src/UI/Image/ImageOperations.svelte
@@ -38,9 +38,9 @@
class="pointer-events-none absolute bottom-0 left-0 flex w-full flex-wrap items-end justify-between"
>
-
+