hide iframe code example
Example: hide an iframe
<iframe src="https://web.com" style="width:0; height:0; border:0; border:none;"></iframe>
<iframe src="https://web.com" style="width:0; height:0; border:0; border:none;"></iframe>