You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a lot of course websites and documentation sites where I used cards (specifically <div class="card"> ) to position the YouTube video of a topic, adjacent to the slides (e.g. here):
The advantage of this was that:
The cards allowed a compact layout of the resources on the page
I think we need a new kind of component here to accomplish this. Not sure exactly the parameters but I don't think we'll be able to extend the StoryCard to do this. Maybe we could invent a <VideoStoryCard> ?
I have a lot of course websites and documentation sites where I used cards (specifically
<div class="card">
) to position the YouTube video of a topic, adjacent to the slides (e.g. here):The advantage of this was that:
Now with
<StoryCard
s, we have animage={
parameter, but we don't have aYoutube
parameter. Is that possible?The text was updated successfully, but these errors were encountered: