Re: in tiny_mce in django

2018-12-20 Thread MikeKJ
I also wrote and the tiny-mce editor also stripped controls out, could that be the reason for the black oblong? in the tiny-mce js I do have this._def("extended_valid_elements", "video[controls|preload|width|height|data-setup],source[src|type]"); so I am confused why controls was stripped

in tiny_mce in django

2018-12-20 Thread MikeKJ
So I have this tag in a tiny-mce editor If I directly address /media/vids/gardens.mp4 with the domain it works and plays but embedded as is I just get a black oblong on the screen, any ideas please? BTW I didn't add the editor did, I wrote ..type="video/mp4 /> the editor stripped the /