Title: Allow Full Screen
Last modified: August 31, 2016

---

# Allow Full Screen

 *  [Thiago Quadros](https://wordpress.org/support/users/tmquadros/)
 * (@tmquadros)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/allow-full-screen/)
 * Hi,
    how to allow full screen?
 * Tks.
 * [https://wordpress.org/plugins/vimeo-video-autoplay-automute/](https://wordpress.org/plugins/vimeo-video-autoplay-automute/)

Viewing 1 replies (of 1 total)

 *  [milanzuscak](https://wordpress.org/support/users/milanzuscak/)
 * (@milanzuscak)
 * [10 years ago](https://wordpress.org/support/topic/allow-full-screen/#post-7097826)
 * Easy, go to:
    wp-content/plugins/vimeo-video-autoplay-automute/
 * and add this **webkitallowfullscreen mozallowfullscreen allowfullscreen**
 * to:
    **vvaa.js** getFrameHtml: function(){ return ‘<iframe id=”‘+this.playerId
   +'” src=”[http://player.vimeo.com/video/&#8217](http://player.vimeo.com/video/&#8217);
   + this.getId + ‘?api=1&autoplay=’+this.getAutoPlay+’&player_id=’+this.playerId
   +’&loop=’+this.getLoop+’&title=’+this.getTitle+’&portrait=’+this.getPortrait+’&
   color=’+this.getColor+'” ‘ + ‘width=”‘+this.getWidth+'” height=”‘+this.getHeight
   +'” frameborder=”0″ webkitallowfullscreen mozallowfullscreen allowfullscreen>
   </iframe>’; },
 * **vvaa.js**
    return “<div class=’myvideo’ data=’[http://vimeo.com/$clip_id/$autoplay/$automute/$width/$height/$title/$byline/$portrait/$loop/$color&#8217](http://vimeo.com/$clip_id/$autoplay/$automute/$width/$height/$title/$byline/$portrait/$loop/$color&#8217);
   webkitallowfullscreen mozallowfullscreen allowfullscreen>auto playing auto muting
   video</div>”;

Viewing 1 replies (of 1 total)

The topic ‘Allow Full Screen’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/vimeo-video-autoplay-automute_366292.
   svg)
 * [Vimeo Video Autoplay Automute](https://wordpress.org/plugins/vimeo-video-autoplay-automute/)
 * [Support Threads](https://wordpress.org/support/plugin/vimeo-video-autoplay-automute/)
 * [Active Topics](https://wordpress.org/support/plugin/vimeo-video-autoplay-automute/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/vimeo-video-autoplay-automute/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/vimeo-video-autoplay-automute/reviews/)

## Tags

 * [Autoplay](https://wordpress.org/support/topic-tag/autoplay/)
 * [iframe](https://wordpress.org/support/topic-tag/iframe/)
 * [mute](https://wordpress.org/support/topic-tag/mute/)
 * [muted](https://wordpress.org/support/topic-tag/muted/)
 * [sound](https://wordpress.org/support/topic-tag/sound/)
 * [vimeo](https://wordpress.org/support/topic-tag/vimeo/)

 * 1 reply
 * 2 participants
 * Last reply from: [milanzuscak](https://wordpress.org/support/users/milanzuscak/)
 * Last activity: [10 years ago](https://wordpress.org/support/topic/allow-full-screen/#post-7097826)
 * Status: not resolved