Skip to content

Commit

Permalink
also allow webkitallowfullscreen
Browse files Browse the repository at this point in the history
  • Loading branch information
mdale committed Sep 22, 2012
1 parent 263cdab commit 7359324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features.php
Expand Up @@ -63,7 +63,7 @@ function outputFeatureIframe($testFile){
<span style="text-transform: lowercase; padding-top: 50px; margin-top: -50px;font-size:x-small"> <?php echo $testFile['title'] ?> test page >>> </span>
</a>
<br>
<iframe allowfullscreen mozAllowFullScreen style="border:none;width:100%;height:0px"
<iframe allowfullscreen webkitallowfullscreen mozAllowFullScreen style="border:none;width:100%;height:0px"
id="<?php echo $iframeId ?>"
onload="handleLoadedIframe('<?php echo $iframeId ?>')"
src="">
Expand Down

0 comments on commit 7359324

Please sign in to comment.