Skip to content
Grav 2.0 is officially stable. Read the announcement →
Archive

Accessing HTML video Controls in a .md file

Started by Muut Archive 10 years ago · 1 replies · 508 views
10 years ago

Hello !

I'm currently trying to embed a <video> using the media methods from Grav.
As for images, embedding them with

TXT
![on boarding](web_onboarding.mp4)
-```
works, but then the generated HTML is 

<video controls="1" alt="on boarding">
<source src="/vincentricard.co/grav/user/pages/03.case/01.ReadMe/web_onboardin g.mp4">
Your browser does not support the video tag.</video>

TXT
And I can't include the autoloop and preload that are supposed to be inherent to the <video> tag.

Has anybody any idea about how to include them?
I've tried

on boarding

TXT

But it does not work.

I'd like to avoid writing proper HTML in my markdown :)

Suggested topics

Topic Participants Replies Views Activity
Archive · by Deleted User, 9 years ago
0 1368 9 years ago
Archive · by Muut Archive, 9 years ago
2 940 9 years ago
Archive · by Muut Archive, 9 years ago
2 4069 9 years ago
Archive · by Muut Archive, 9 years ago
1 2960 9 years ago
Archive · by Muut Archive, 9 years ago
3 1125 9 years ago