Feature request- Add "controls" tag to HTML5 video

You have a suggestion for a future version of phpMyFAQ? Then post it here!

Moderator: Thorsten

Post Reply
jonathan
Posts: 7
Joined: Thu May 15, 2014 5:48 pm

Feature request- Add "controls" tag to HTML5 video

Post by jonathan »

As you may know, the default code for inserting an HTML5 video starts with "<video width="320" height="240" preload="none"...". After a bit of Googling as to how I was going to control the video, I discovered that you can, in fact simply add a "controls" option right after video. So my code looked like this when I saved it - "<video controls width="320" height="240" preload="none"..." and of course it was switched around for whatever reason after I saved it :P. But it would be nice to see this option by default, or at least an option to select this.
Thorsten
Posts: 15560
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Re: Feature request- Add "controls" tag to HTML5 video

Post by Thorsten »

Hi,

should be available in phpMyFAQ 2.9 as we then use a fully HTML5 compatible editor: TinyMCE 4 :)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
Post Reply