<video> isn't being rendered properly
dylankenneally opened this issue · 2 comments
dylankenneally commented
Issue: I've noticed that videos are not being rendered on the site, the markup is rendered instead.
Expectation: the video is rendered (the video file is present).
Example: https://getfrontend.tips/move-the-cursor-to-any-position-in-a-macos-command/ (there are others), renders as
The following video demonstrates how I fix a typo in a command using this tip.
<video loop muted controls> <source src="/img/move-cursor-terminal.mp4" type="video/mp4"> </video>
phuocng commented
Will fix it.
phuocng commented
Fixed.