use as a background for streams, websites, or whatever
Get a plugin for adding a website as a component.
I don't keep up with the recommended plugins or versions, so do this research on your own.
Once you have such a plugin, just point it at https://outrun.mattmerr.com
!
Add the following html to your page:
<iframe id="outrun" src="https://outrun.mattmerr.com"></iframe>
You likely want to use CSS to fix its position and set the zIndex way in the back. Something like:
iframe#outrun {
width: 100vw;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: -99;
margin: 0;
padding: 0;
}
Add the color as a parameter to the query string! Any of these URLs will work: