Hi Lorryl,
Thank you for contacting Syncfusion support.
Currently we have provided built-in support for inserting video in the EJ2 RTE control, hence it is available in the demo. We have planned this feature in our upcoming releases. Meanwhile we can use the custom tool option in RTE to create an insert video tool. We have attached a sample for your reference, please find the test sample at the following location:
https://stackblitz.com/edit/angular-5khmf6-x1pl2k
Note: The above “insert video” tool accepts only embedded links. Kindly try it the below demo embedded link:
<video width="320" height="240" controls>
<source src="https://www.w3schools.com/html/movie.mp4" type="video/mp4">
<source src="https://www.w3schools.com/html/movie.ogg" type="video/ogg">
Your browser does not support the video tag.
</video> |
Please let us know if you need any further assistance on this.
Regards,
Prince