r80274 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r80273‎ | r80274 | r80275 >
Date:15:48, 14 January 2011
Author:dale
Status:deferred
Tags:
Comment:
bug 26718 increased base timed text size
Modified paths:
  • /branches/MwEmbedStandAlone/modules/TimedText/mw.TimedText.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/TimedText/mw.TimedText.js
@@ -284,8 +284,8 @@
285285 getInterfaceSizePercent: function( size ) {
286286 // Some arbitrary scale relative to window size ( 400px wide is text size 105% )
287287 var textSize = size.width / 5;
288 - if( textSize < 95 ) textSize = 95;
289 - if( textSize > 200 ) textSize = 200;
 288+ if( textSize < 110 ) textSize = 110;
 289+ if( textSize > 220 ) textSize = 220;
290290 return textSize;
291291 },
292292

Status & tagging log