I noticed on a couple of profiles that people were able to minimize their
YouTube videos to only show the play button and volume controls. What's the coding for that?
Nov 29, 2009
16 years ago
The Doctor
Asmodeus
.media_player {height: 25px !important;}
If you want it to show only the play/pause and sound on/off, add width: 60px
Nov 29, 2009
16 years ago
charisma
Arcacia
Thank you. I had to do a little tweaking with that code, but I got it done. I appreciate it!