I don't know if you can use the disabled
property like input elements, but you could disable mouse interaction by placing an element over the iframe
, though this doesn't stop a user from tabbing to it.
Probably the best bet is to set the src
attribute to blank, but this will make the iframe
blank, not blurred.