I have a webpage that contains an iframe
. Inside that iframe
is an embedded Youtube video. When I play this video I make it scale up (grow) in size. As
No, it isn't possible...
The document from iframe
is a completely another document, and the browser security will not let you to do this...
Edit: you can use fullscreen
property using transparent background color for container and put there your embedded video.
The fullscreen code was described in this answer.