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?
Indeed, I did some more digging and noticed in VideoMedium.php that the tags were not supported. Thought it might be a good enhancement so logged an enhancement request.