Don't remove fixed

pull/3468/head
Isaac Connor 2022-04-19 16:56:40 -04:00
parent 21716e994b
commit c171c47d58
1 changed files with 2 additions and 4 deletions

View File

@ -37,8 +37,8 @@ $rates = array(
);
$scales = array(
'0' => translate('Scale to Fit'),
'' => translate('Fixed Width/Height'),
'auto' => translate('Scale to Fit'),
'fixed' => translate('Fixed Width/Height'),
'400' => '4x',
'300' => '3x',
'200' => '2x',
@ -53,8 +53,6 @@ $scales = array(
if ( isset($_REQUEST['view']) && ($_REQUEST['view'] == 'montage') ) {
unset($scales['auto']); //Remove auto on montage, use everywhere else
} else {
unset($scales['']); //Remove fixed on everything but montage
}
$bandwidth_options = array(