Embedding vimeo content on through Kirby

@distantnative, I had actually tested this with autoplay, but it did not seem to make any difference.

@texnixe, that’s weird. I just double checked it again with the most recent version. https://player.vimeo.com/video/176585406?autoplay=1&loop=1&title=0&byline=0&portrait=0 works in my test setup with:

<?= $page->embed()->oembed([
   'autoplay' => true
]) ?>