cannot change width attribute in iframe -


i working iframes. have found place in codebase iframe name found. despite changing attributes there, nothing happens. empty browser cache, still nothing happens. cannot find value that's stuck in codebase '460px !important' anywhere in codebase, , yet persists. advice appreciated. thank you! it's been days.

you can use in size in percent or pixel instead. hope clear:

<html> <head></head> <body>     <iframe src="http://google" style="border: 0; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%"> </body> </html> 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -