Set IFrame allowfullscreen with javascript

2019-06-16 03:52发布

问题:

I tried to set allowfullscreen attribute to the iframe, but it doesn't work:

iframe.allowFullScreen = true

I checked it with chrome -> inspect element, but the iframe has no allowfullscreen attribute, after this code.

Thanks in advance,

回答1:

iframe.setAttribute('allowFullScreen', '')