generated from nhcarrigan/template
feat: back up our stuff
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"name": "Video Overlay",
|
||||
"component": true,
|
||||
"license_url": null,
|
||||
"about_url": null,
|
||||
"authors": null,
|
||||
"theme_version": null,
|
||||
"minimum_discourse_version": null,
|
||||
"maximum_discourse_version": null,
|
||||
"assets": {},
|
||||
"color_schemes": {},
|
||||
"modifiers": {},
|
||||
"learn_more": "https://meta.discourse.org/t/beginners-guide-to-using-discourse-themes/91966"
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
#overlay-video {
|
||||
pointer-events: none;
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
opacity: 0.25;
|
||||
z-index: 1001;
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
object-fit: cover;
|
||||
max-height: 100vh;
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
<video
|
||||
id="overlay-video"
|
||||
autoplay={true}
|
||||
loop={true}
|
||||
muted={true}
|
||||
playsinline={true}
|
||||
src="https://cdn.nhcarrigan.com/overlay.webm"
|
||||
></video>
|
||||
Reference in New Issue
Block a user