I'm having a UIWebView
with the following code:
<iframe class="youtube-player" type="text/html" width="320" height="180" src="http://www.youtube.com/embed/OsSZ4u7Sz6s" frameborder="0"></iframe>
The thing is the the video preview is offest by a few pixels (see image)
I checked with recursiveDescription
The UIWebView
itself is in the right place (0,0,320,180)
How can I make it tight?
Edit:
Apparently it happens on Vimeo iframe as well -so the problem is not youtube specific but iframe specific