Adding video to code pen

I don’t know why codepen won’t allow the direct link to the video in my product landing page.
some one please help

1 Like

Can you share your code?

How are you linking it? Iframes? video tag?

1 Like

@shimphillip i figured it out…i was linking with video tag…if i may ask i just finished my product landing page i just cant quite seem to pass one user story which is seemingly correct…this is the one regarding navigation links using the href attribute…what do u suppose i do?
Please Check out The Page

1 Like

I don’t see a test suite. Can you add it?

You need to move the nav-link class from the <li> element to the <a> element

<li>
  <a class="nav-link" href="#home" target="_self" >Home</a>
</li>
1 Like