html - Resizing an iframe -
i wondering, there anyway resize video inside iframe? below code working on, when tried resize iframe, resizes wrap , not player therefore creating scrollbar. there anyway resize video player itself?
<iframe width="600" height="370" src="http://online.fairytail.tv/s/googplayer.php?skintype=nemesis1&to=1002mjumgqzg&autostart=false&id=108994262975881368074/ft1#5832691710150899906"></iframe> iframe{ width: 600px; height: 370px; }
you cant style elements inside iframe domain unless give ability change parameters in url or something...
https://developer.mozilla.org/en-us/docs/web/security/same-origin_policy
Comments
Post a Comment