Completed
Last Updated: 25 Feb 2022 10:11 by ADMIN
Release 3.1.0
Sheldon
Created on: 31 Jan 2022 13:40
Category: Editor
Type: Feature Request
1
Allow Video nested source tags

It looks like the Iframes now work, but a Video tag with Source tags does not, like the following:

<video class='embed-responsive embed-responsive h-100' controls='controls'>

<source src= '/File/101' type='video/webm' />

<source src='/File/108' type='video/mp4' />

</video>

The View HTML Button will remove the whole video tag. And the 'insertHtml' will throw an Error on the JS Console.

These Tags are necessary because different browsers and OSs may not be able to display certain media types. So usually you provide multiple sources for the different requirements. Is there a way to allow these Tags in the 'insertHtml' Method?

0 comments