youtube api - prevent title overlay on pause -
hello i'm writing advanced html5 multimedia player you-tube support using yt api. , there trobule because on page player uses small video area (it shows visualization in case of music / video in case of video, appearing title on lower resolution screens (as page dynamically sized depending on screen metrics) covers 1/4 of video , looks bit cheap. there way turn off? eg. controls can disabled yt object constructor arguments, there simillar appearing top overlay? haven't found on google page.
you need parameter showinfo=0
example:
<iframe width="560" height="315" src="http://www.youtube.com/embed/pefow5kp_w4?autoplay=1&showinfo=0" frameborder="0"></iframe>
Comments
Post a Comment