添加allowfullscreen屬性:確保iframe標(biāo)簽包含allowfullscreen屬性,這允許iframe內(nèi)的內(nèi)容請(qǐng)求全屏模式炕柔,
使用webkitallowfullscreen屬性作為兼容性措施:
例如
<iframe src="your-source-url.html" width="100%" height="300" allowfullscreen webkitallowfullscreen></iframe>
添加allowfullscreen屬性:確保iframe標(biāo)簽包含allowfullscreen屬性,這允許iframe內(nèi)的內(nèi)容請(qǐng)求全屏模式炕柔,
使用webkitallowfullscreen屬性作為兼容性措施:
例如
<iframe src="your-source-url.html" width="100%" height="300" allowfullscreen webkitallowfullscreen></iframe>