Video seems very well covered by grav but I couldn’t figure out how to play audio. What would be the easiest way to add html5 audio tags to play audio files in page.media? I tried
but it’s not processed as twig.
(I’m only an end user, I don’t think I can write a plugin… And twig was just a funny English word two or three days ago.)
Well, that was unexpected! Success! I digged through system/src/Grav, duplicated VideoMedium.php, changed it to AudioMedium.php, created the class AudioMedium, added it in MediumFactory.php and now I have a fully functional tag. Just adding