resize player to hide video?
![]() ![]() |
Is there any way to resize the player so that it shows only the control bar and not the video itself? |
![]() ![]() |
I could add code to add that feature, but why would you want to do that? |
![]() ![]() |
Frankly, it's a fairly specific reason. I tend to listen to a lot of music on youtube, and the videos often have a picture to reduce the effort of making a video, and the pictures are often NSFW. You don't have to change the script, but it would be much appreciated if you could give me an idea of how to do it. |
![]() ![]() |
In the css styles section around line 500
// hide video and show only video controls
"embed#movie_player { height:25px }",
|
![]() ![]() |
Thanks! |

