From e19c6f9cdee47d76b891e1b4b25335066f743705 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Sat, 29 Jul 2023 20:53:30 +0100 Subject: [PATCH] #95 FeaturePhoto --- .../FeaturePhoto/FeaturePhoto.svelte | 31 +++++++------------ 1 file changed, 11 insertions(+), 20 deletions(-) diff --git a/src/components/FeaturePhoto/FeaturePhoto.svelte b/src/components/FeaturePhoto/FeaturePhoto.svelte index d18a186c..707e5e13 100644 --- a/src/components/FeaturePhoto/FeaturePhoto.svelte +++ b/src/components/FeaturePhoto/FeaturePhoto.svelte @@ -85,12 +85,12 @@
{#if !lazy || (intersectable && intersecting)} - {altText} + {altText} {:else} -
+
{/if} {#if caption} @@ -106,23 +106,14 @@