Skip to main content
added 2 characters in body
Source Link
groenhen
  • 3k
  • 25
  • 51
  • 69

ifIf it finds the path, then add .url.url at the end of your jinja like code in your template html and must be in a video tag, like bellow.

egbelow: <video controls src="{{ Tutorials.attachments.url }}"></video>

<video controls src="{{ Tutorials.attachments.url }}"></video> 

if it finds the path then add .url at the end of your jinja like code in your template html and must be in a video tag, like bellow.

eg: <video controls src="{{ Tutorials.attachments.url }}"></video>

If it finds the path, then add .url at the end of your jinja like code in your template html and must be in a video tag, like below:

<video controls src="{{ Tutorials.attachments.url }}"></video> 
Source Link
Yemi Bold
  • 366
  • 3
  • 5

if it finds the path then add .url at the end of your jinja like code in your template html and must be in a video tag, like bellow.

eg: <video controls src="{{ Tutorials.attachments.url }}"></video>