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&amp;to=1002mjumgqzg&amp;autostart=false&amp;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

Popular posts from this blog

jQuery Mobile app not scrolling in Firefox -

c++ - How to add Crypto++ library to Qt project -

php array slice every 2th rule -