1. Home
  2. FAQ
  3. Why is my embedded video not showing?

Why is my embedded video not showing?

When embedding videos via iframe, it is important to define initial width and height properties like so:

<iframe width="560" height="315" src="https://URL-TO-VIDEO.com"></iframe>

Your video will be automatically sized to 100% width and proportional height. In most cases, this fixes that problem. If you still encounter any issues regarding embedded videos, please get in touch.


Was this article helpful?