personal-blog/layouts/shortcodes/odysee.html

4 lines
270 B
HTML
Raw Normal View History

2021-11-27 14:09:56 +00:00
<div style="text-align: center;"><div class="embed odysee-player">
2021-11-27 16:25:19 +00:00
<iframe class="lbry-iframe" type="text/html" width="640" height="385" style="border-width: 0"
src="https://odysee.com/$/embed/{{ index .Params 0 }}" allowfullscreen></iframe>
2021-11-27 14:09:56 +00:00
</div></div>