I have UIWebViewwith 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 fact is that the video preview is a few pixels (see image)
I checked using recursiveDescriptionItself UIWebViewis in the right place (0,0,320,180)
How can I do it tough?

Edit :
Apparently, this also happens on Vimeo iframe, since the problem is not in youtube-specific, but in the specific iframe
source
share