Hi,
Since you are using the Right Sidebar Blocks
component, you can do the following:
- Edit
blocks
settings - Add a new item
- In
name
→custom-html
- In
params
, you addcontent
and as value you can insert your video HTML:
<video controls preload="metadata" width="100%">
<source src="your_link_to_the_video_here" />
</video>
For example:
From my dev forum: