标签: javascript iframe
我正面临iframe在全屏按钮内部的问题,是否有可能使内容进入全屏显示。
body { background: lightblue }
<iframe src="https://www.google.com/" width="200" height="200"><button>Inside button click of iframe</button></iframe>