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 @@