Can the width of an iframe with inline property be set using external CSS? Here's the code snippet:
<iframe src="video.html" width="625" height="430"></iframe>
I've tried setting the width to a fixed size and it worked, but I'm having trouble setting it to 100%.
iframe{width:100% !important}