To autoplay a Vimeo video, you can add this JavaScript code in your grid settings:
wpgb.lightbox.on( 'update', function() {
this.source += '?muted=1&autoplay=1';
} );
