Base solution for your next web application
Open Closed

Adding embedded videos with PrimeNGs WYSIWYG editor #5822


User avatar
0
larsfk created

Hi!

Is it possible to extend with the option of uploading or embedd videos? Using Aspnet Core + Angular 6

Thanks!


1 Answer(s)
  • User Avatar
    1
    ismcagdas created
    Support Team

    Hi @larsfk

    I haven't tried but you can use its custom toolbar option and and modify the editor value, see https://www.primefaces.org/primeng/#/editor.

    When inserting and image, primeng adds the image source like below;

    <img src="data:image/png;base64,xxxxxxxxxxxxxx">