[TYPO3-german] Re: Html5 Video vergrößern

Philipp K. info at philipp-games.de
Mon Sep 4 17:55:44 CEST 2017


Danke für den Link.
Ich habe noch eine andere Frage bezüglich Html5 Videos und RTE:
Es soll auch möglich sein HTML5 Videos über den Editor einzubinden. Ich benutze als Editor die TinyMCE_as_RTE Extension. Ein Button zum hinzufügen eines Videos habe ich schon. Jetzt ist das Problem, das der Video- Tag umgeschrieben wird :(
Aus "<video controls="controls" width="350" height="150">
<source src="file"></video>"
wird "<video controls="controls" width="350" height="150"> <source src=&quot:file" /></video>" :(

Ich habe folgende Zeilen in mein PageSetup:
"
RTE.default {

proc {
   entryHTMLparser_db.tags {
     table.fixAttrib.align.unset >
     table.fixAttrib.align.unset >
     #table.allowedAttribs = class,style,align,border
     span.fixAttrib.style.unset >
   }
   entryHTMLparser_db.allowTags := addToList(iframe,video,source)
   allowTags := addToList(iframe,video,source)
   allowTagsOutside := addToList(iframe,video,source)
}
}
"
Bei iframe funktioniert es wie es soll.

Hat jemand eine Idee warum es bei <Video... nicht funzt?


More information about the TYPO3-german mailing list