Hi there, I was hoping for some help with this. I’m working on the Product Landing Page build and I’ve embedded a video and it reads as though it passes the test but the video isn’t showing up just a blank frame with controls.
This is the video code I’ve entered:
<video id="video" width="320" height="240" controls src="https://www.youtube.com/watch?v=8r-19kwU1eI" frameborder="0"> </video>
1 Like
Seja Bem vindo! Coloque o link do projeto, fica mais fácil ajudar analisando todo o código.
O vídeo está abrindo normalmente, mas seu projeto faltava cumprir dois requisitos para passar no teste.
- My product landing page should have at least one media query.
- My product landing page should utilize CSS flexbox at least once.
Fiz um fork do seu projeto e fiz os reparos:
Para passar no teste tem que ter isso:
Espero ter ajudado.