Skip to main content
🚀 We just launched on Product Hunt! Check it out →
Landing Pages

Embedding Videos and Media

3 min readUpdated Mar 8, 2026

Overview


Video demos and media embeds can significantly boost engagement on your landing page. GetLaunchDay supports multiple embed methods.


Supported media types


|------|-----------|


Embedding a video


Method 1: Video section


  • Click **+** between sections
  • Select the **Video** section type
  • Paste a YouTube, Vimeo, or Loom URL
  • The thumbnail and player are auto-generated

  • Method 2: Custom HTML


    For more control, add a **Custom HTML** section and paste an iframe:


    src="https://www.youtube.com/embed/YOUR_VIDEO_ID"

    style="position:absolute;top:0;left:0;width:100%;height:100%;"

    frameborder="0"

    allowfullscreen

    >


    Image optimization


  • **Maximum file size**: 5 MB per image
  • **Recommended formats**: WebP (best quality/size), PNG, JPEG
  • **Auto-optimization**: GetLaunchDay automatically compresses and serves images via CDN
  • **Lazy loading**: Images below the fold are lazy-loaded by default

  • Tips


  • A 60-second product demo video can increase signup rates by 20-30%
  • Use Loom for quick screen recordings — no editing needed
  • Keep hero images under 200KB for fast page load
  • Always add alt text for accessibility
  • Was this article helpful?