Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
muan authored Oct 29, 2024
1 parent c50dd3b commit d3827a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,15 @@ Addtionally, authoring software of Open Stories is encouraged to populate the `c
{{ item._open_stories.caption }}
```

or

```html
<video src='{{ item._open_stories.url }}' aria-describedby='description'>
<track src='{{ item._open_stories.tracks[0].url }}' kind='{{ item._open_stories.tracks[0].kind }}'></track>
</video>
<div id='description'>{{ item._open_stories.title }}</div>
```

### Image Story

Common fields between Image Stories and Video Stories:
Expand Down

0 comments on commit d3827a6

Please sign in to comment.