Skip to content

Honestly this was just some dumb weekend project that I wanted to see if I could do, don't use this lol

Notifications You must be signed in to change notification settings

FromDarkHell/OBSBrowserSourceLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OBS Browser Source Layout

Honestly this was just some dumb weekend project that I wanted to see if I could do, don't use this lol

Go download Amber_CXC's layouts, honestly I kinda just wanted to see if I could do it:


If you want to align the Face Cam / Split Box to the right: add the following CSS to the custom CSS:

.Container { justify-content: flex-end }

By default it's aligned to the left
If you want to customize the background of each element, add the following CSS to the custom CSS in OBS:

.Class { background: CSS-Background; }

If you want to change the size of 16:9 to 4:3, Add the following CSS to your custom CSS:

	.TopBorder { display: none; } 
	.FaceCamBox { height: 302px; width: 536px; } 
	.SplitBox { height: 734px; width: 536px;  bottom: -734px} 
	.BottomBorder { height: 44px; }

About

Honestly this was just some dumb weekend project that I wanted to see if I could do, don't use this lol

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages