问题
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', '')
来源:https://stackoverflow.com/questions/11034473/set-iframe-allowfullscreen-with-javascript