Hello !
I’m currently trying to embed a using the media methods from Grav.
As for images, embedding them with
![on boarding](web_onboarding.mp4)
-```
works, but then the generated HTML is
Your browser does not support the video tag.
```
And I can't include the autoloop and preload that are supposed to be inherent to the tag.
Has anybody any idea about how to include them?
I’ve tried
![on boarding](web_onboarding.mp4?controls,autoloop,preload)
But it does not work.
I’d like to avoid writing proper HTML in my markdown