Skip to content

Commit

Permalink
replace carousel with hyperweb embed
Browse files Browse the repository at this point in the history
  • Loading branch information
agurvich committed Mar 28, 2024
1 parent 8919af4 commit f40912d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion stories/locfeature.HYPER.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ import contentArray from './locfeature.HYPER/carousel_content.json';

<Block type='wide'>
<Figure>
<Carousel items={contentArray} />
<Embed
style={{
width:"100%",
height:"calc(100vw * 9/32/0.8725)"
}}
src="https://svs.gsfc.nasa.gov/webapps/hyperweb" />
</Figure>
</Block>

0 comments on commit f40912d

Please sign in to comment.