Hi Mike, *, On Wed, Mar 2, 2016 at 4:04 PM, Mike Saunders <[email protected]> wrote: > Hi there, > > Thanks to whoever embedded my 5.1 New Features videos on here: > http://www.libreoffice.org/discover/new-features/ > > We were just talking on the German list about the full-screen button > (bottom-right) being disabled for the videos. Was this done deliberately for > a specific reason?
No, the HTML-editor used by silverstripe uses a whitelist of allowed tags and attributes, and allowfullscreen was not listed, so it was stripped before being saved to the database. I updated the configuration so tinyMCE (the editor) now doesn't strip the allowfullscreen attribute anymore, and updated the new-features site mentioned above accordingly. ciao Christian -- To unsubscribe e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/website/ All messages sent to this list will be publicly archived and cannot be deleted
