Rapid Replay iFrame Demo
Comments
Make the iframe background transparent so it will match the sites background color.
<iframe src = "URL?transparent_bg=true" allowtransparency = "true"></iframe>
<html>
...
<body style="background-color: transparent;">
...
</body>
</html>
