https://bugzilla.wikimedia.org/show_bug.cgi?id=66143
--- Comment #21 from Bawolff (Brian Wolff) <[email protected]> --- > However, when I tried this out, reusing the <div class="mediaContainer" ... > HTML (from this wiki page: > https://meta.wikimedia.org/w/index.php?title=Wikimedia_Blog/Drafts/ > A_Look_Back_at_Wikimania_2013&oldid=9276912 ) in a separate HTML page, it > did not work correctly - the box displays nicely and the video starts > playing in the browser (Chromium), but only in low quality > (160p, I guess) instead of the highest possible resolution for this div. > > This might be more appropriate for a separate bug - in that case, sorry for > the offtopic discussion. Weird. That appears to be intentional: // Sort sources by bandwidth least to greatest ( so default selection on resource constrained // browsers ( without js? ) go with minimal source. uasort( $mediaSources, 'TimedMediaTransformOutput::sortMediaByBandwidth' ); Seems like a bad design decesion... -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
