If you create multiple Capture recordings, and try to embed them in a website (e.g. a blog post where you document multiple steps in a process), the resulting webpage will not work properly.
Specifically, each of the embedded videos will have the same HTML id in the final page. This means when you click "play" on the first video, all the videos will play.
The fix is that each embedded video should have it's own id value (presumably based on something unique like a hash of the embedded url or something). Should be an extremely easy fix, something on the order of 1 hour for a Dropbox engineer.