I have a site in which I would like some videos to behave as GIFs. For these videos to be properly handled on iOS and in Chrome I need to add the following attributes to the video tag:
- autoplay
- loop
- muted
- playsinline
The first 2 tags seem to be supported in grav, but I can't find out how to add the muted and playsinline tags. Is there a way to add these too?