Please help me to reduce logo size

here is the link to my product landing page project, I need to add an video here but unfortunately Its not playing please check here and give solution

Hello arun!

The best way to learn this is to see the HTML code in below linked codepen.

Hints:

  • Search how <iframe></iframe> tags work.
  • Look at the attributes inside the <iframe> tag the reference codepen passed.
  • When you are copy pasting a YouTube video link. Make sure you copy the Embed code from share options.

You can refer this FCC provided codepen : https://codepen.io/freeCodeCamp/pen/RKRbwL

Take some time to observe the given reference when you are stuck and you will solve them easily!

1 Like

i have tried same format but videos is not playing.

For reference, look at my Product Landing Page submission on codepen:

And if the video that you are trying to play still does not work. Try some other videos like the one I have used in my project

<iframe id="video" width="560" height="315" src="https://www.youtube.com/embed/S9RPwf8LEY4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>  

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.