thetensor-space / thetensor-space.github.io

Tools to Tame the Tensor
https://TheTensor.Space
MIT License
3 stars 4 forks source link

Issue-51: Fix video embeds #54

Closed Alex-Cannon closed 4 years ago

Alex-Cannon commented 4 years ago

Close #51

After some digging, it looks like the theme doesn't support certain videos (not sure why). The solution I came up with was to create a new custom component to directly embed videos on a page like so:

Untitled

This gives you the option to directly embed videos rather than using the theme's video.html component.

I added instructions on how to do this in the post template.

@algeboy does this solution work for you?