Tag class for multimedia (video / image)
See original GitHub issueTag class for multimedia (video / image)
Hi, does docfx supports liquid templates like Jekill? I want to create some tag class for images and video. I want add in .md files something like this:
{% include image src="www.image.source" width="300" %}
and in image file I want use something like this:
<img src="{{ include.src }} width="{{ include.width }}"
For example
https://eduardoboucas.com/blog/2014/12/07/including-and-managing-images-in-jekyll.html
Can you help me? Can i do this in docfx if I will used liquid templates ?
Looking forward to your reply. Thank you!
Issue Analytics
- State:
- Created 7 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
The Video Embed element - HTML - MDN Web Docs - Mozilla
The HTML element embeds a media player which supports video playback into the document. You can use for audio content as well, ...
Read more >HTML video Tag
The <video> tag is used to embed video content in a document, such as a movie clip or other video streams ... Tip:...
Read more >How to Embed a Video Player with the HTML 5 Video Tag
Today, you can easily embed videos in an HTML document with the tag. In this article, we'll see how the tag works in...
Read more >HTML5 - Audio & Video
The HTML5 <audio> and <video> tags make it simple to add media to a website. ... This is a URL of an image...
Read more >How To Add Multimedia in HTML ( Images, Video, Audio)
We add images in HTML using image tag, image tag used for insert image in HTML so we have 2 attributes in image...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@vicancy It will be very cool if you extend this syntax to support the parameters. This is very scarce for the moment. It would be very convenient to use this feature.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in a week if no further activity occurs.