- Mar 22, 2013
- 9,153
- 10,492
I have a small issue on my site. Users are allowed to embed Youtube videos. With the new update Youtube had recently where the player was changed, for some reason while a video is playing the only thing one can see on bottom of the video is the volume bar. So the play/pause button, the watch on youtube button, the full screen button, those cannot be seen. Those buttons are actually there and can be clicked even, if you know where they are. But they're not visible, so that's a problem.
This is the code used in my theme for Youtube videos:
Does anyone have any idea how to fix this?
Thanks
This is the code used in my theme for Youtube videos:
Code:
echo '<iframe style="margin-right:10px;margin-bottom:10px" width="400" height="400" src="http://www.youtube.com/embed/'.$code_here.'"
Does anyone have any idea how to fix this?
Thanks