r74304 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r74303‎ | r74304 | r74305 >
Date:14:51, 5 October 2010
Author:j
Status:ok (Comments)
Tags:
Comment:
higher values for max width and height
Modified paths:
  • /branches/MwEmbedStandAlone/modules/AddMedia/mw.FirefoggGUI.js (modified) (history)

Diff [purge]

Index: branches/MwEmbedStandAlone/modules/AddMedia/mw.FirefoggGUI.js
@@ -219,13 +219,13 @@
220220 'group' : "quality"
221221 },
222222 'width': {
223 - 'range' : { 'min': 0, 'max': 1080 },
 223+ 'range' : { 'min': 0, 'max': 4096 },
224224 'step' : 4,
225225 'type' : 'slider',
226226 'group' : "quality"
227227 },
228228 'height': {
229 - 'range' : { 'min': 0, 'max' : 1080 },
 229+ 'range' : { 'min': 0, 'max' : 3072 },
230230 'step' : 4,
231231 'type' : "slider",
232232 'group' : "quality"

Comments

#Comment by Mdale (talk | contribs)   16:51, 5 October 2010

link to upstream launchpad bug: https://bugs.launchpad.net/firefogg/+bug/655161

Status & tagging log