I surfed the internet for a way to remove the YouTube logo using my iFrame player.
I use
<iframe width="550" height="314" src="https://www.youtube.com/embed/vidid?modestbranding=1&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe>
which removes the watch YouTube button from the bottom action bar, but it adds the YouTube logo watermark to the lower right of the video, and when I hover over it, watch on YouTube.
I tried changing 'embed' to 'v', which removes it, but then it does not work on the iPad / phone.
Any suggestions?
source share