hypnagaga/src/components/FeaturePhoto/stories/docs/component.md
2023-07-20 18:15:05 +01:00

367 B

A full-width photo inside the text well.

<script>
  import { FeaturePhoto } from '@reuters-graphics/graphics-components';
  import { assets } from '$app/paths'; // 👈 If using in the Graphics Kit...
</script>

<FeaturePhoto
  src="{`${assets}/images/myImage.jpg`}"
  altText="Some alt text"
  caption="A caption"
  lazy="{false}"
  width="normal"
/>