1
0
Fork 0
textpattern-theme-musuc/forms/misc/media_video_file.txp

7 lines
356 B
Plaintext

<figure>
<video controls>
<source src="https://files.ryliejamesthomas.net/media/music_video/<txp:yield name="dir" />/<txp:yield name="file" />.mp4" type="video/mp4">
</video>
<figcaption><cite><txp:yield name="title" /></cite> <span class="title-artist-separator"></span> <span class="artist"><txp:yield name="artist" /></span></figcaption>
</figure>