Dolce Rogue
(?)Community Member
- Posted: Mon, 12 Nov 2012 05:39:25 +0000
Hello! I hope you can help me with this problem:
So, before the YouTube format changed I used to have the Play/Pause button on my profile, and this used to be my code:
.media_panel object, .media_panel embed{
width:30px;
height:25px;
}
But then, they changed it and it ******** up my video. When using this code, it only shows a very small square with the video in it, not the button. It's like the entire video shrugged to the size of the button.
Then I searched for the new code and found this:
^This is supposed to go on my overdrive.
^This on my media panel.
But thing is, it doesn't work either. I saved my profile with this code and it won't even show the video, plain and simple. No button, no video, no nothing. Just an empty panel.
So, my question is: How do I fix this?
And in case I can fix it, could you please tell me how to make my media panel transparent and just show the button? I forgot how to do it sweatdrop
Thanks in advance!
So, before the YouTube format changed I used to have the Play/Pause button on my profile, and this used to be my code:
.media_panel object, .media_panel embed{
width:30px;
height:25px;
}
But then, they changed it and it ******** up my video. When using this code, it only shows a very small square with the video in it, not the button. It's like the entire video shrugged to the size of the button.
Then I searched for the new code and found this:
#multimedia object, #multimedia embed
{ height: 25px; width: 30px; border: none; }
{ height: 25px; width: 30px; border: none; }
^This is supposed to go on my overdrive.
http://youtube.googleapis.com/v/(video ID)?version=2&autoplay=1
^This on my media panel.
But thing is, it doesn't work either. I saved my profile with this code and it won't even show the video, plain and simple. No button, no video, no nothing. Just an empty panel.
So, my question is: How do I fix this?
And in case I can fix it, could you please tell me how to make my media panel transparent and just show the button? I forgot how to do it sweatdrop
Thanks in advance!
Youtube changed their layout of videos recently and I had the same problem.