Full YouTube Background
Once you have put a YouTube video into your media box on your profile.
Go to Profile Preferences.
Next post the code below into the top of the Profile Theme box:
Once you have put a YouTube video into your media box on your profile.
Go to Profile Preferences.
Next post the code below into the top of the Profile Theme box:
.media_panel object
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:5000;
}
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:5000;
}
Q:Why do I need to post it in the top why not the bottom?
A: I find its easier that way and works best but if you want to you can. Whatever works best for you.
___________________________________________
YouTube Background Transparency Levels?
Apply it the same as the above code.
Just know if you want it more or less transparent you'll have to adjust it yourself.
Learn how to below the code.
.media_panel object
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:5000;
opacity: .5; -moz-opacity; .8;
filter: alpha(opacity=80) -khtml-opacity: .8;
}
{
position:fixed;
top:0px;
left:0px;
width:100%;
height:100%;
z-index:5000;
opacity: .5; -moz-opacity; .8;
filter: alpha(opacity=80) -khtml-opacity: .8;
}
The code above is at mid transparency.
To change this you only have to modify this part of the code:
To change this you only have to modify this part of the code:
opacity: .5; -moz-opacity; .8;
filter: alpha(opacity=80) -khtml-opacity: .8;
filter: alpha(opacity=80) -khtml-opacity: .8;
Specifically
opacity: .5; -moz-opacity; .8;
filter: alpha(opacity=80); -khtml-opacity: .8;
If you replace the 5 in the code with 1 It will be nearly invisible in transparency.
If you replace the 5 in the code with 9 It will be almost visible in transparency.
If your still having trouble just message me directly or quote me.
Thank you.
If you have a question please summon me here.
[quote="Satanizmihomedog"]Stay Insane & Stay Supreme[/quote]