https://bugzilla.wikimedia.org/show_bug.cgi?id=42098

       Web browser: ---
             Bug #: 42098
           Summary: iframe embeds should allow fullscreen
           Product: MediaWiki extensions
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: TimedMediaHandler
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected], [email protected]
    Classification: Unclassified
   Mobile Platform: ---


right now fullscreen does not work if video is embedded as an iframe.

As a first step the embed dialog should add allowfullscreen to the iframe

inside the iframe something like this should be used:
if(window.frameElement && window.frameElement.hasAttribute("allowFullScreen")){
  ...
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to