Gatsby
Up and Running with Gatsby: Images

Assignment: Add Images to Two More Event Pages

Mute
Current Time 0:00
/
Duration Time 0:00
Loaded: 0%
Progress: 0%
Stream TypeLIVE
Remaining Time -0:00
 
PRO

Let's get some more practice adding images to Markdown.

First, add an image to events.mdx. You can simply use an inline image or go all-out and add a frontmatter property and bring it into markdownpage-template.js.

Next, add images to at least two more Markdown pages in our events blog. Be sure to experiment with the banner property as well as inline images using standard Markdown syntax (![image name](./path/to/image)). Feel free to just move or copy images into /content/events to make the relative path query easy on you.

We'll look at the solution in the next video. Good luck!

 

I finished! On to the next chapter