| @@ -13,11 +13,11 @@ | ||
| 13 | 13 | </th> |
| 14 | 14 | <td class="forminp image_width_settings"> |
| 15 | 15 | <input name="<?php echo esc_attr( $value['id'] ); ?>[width]" |
| 16 | 16 | id="<?php echo esc_attr( $value['id'] ); ?>-width" type="text" |
| 17 | - size="3" value="<?php echo esc_attr( $width ); ?>" />× | |
| 17 | + size="5" value="<?php echo esc_attr( $width ); ?>" />× | |
| 18 | 18 | <input name="<?php echo esc_attr( $value['id'] ); ?>[height]" |
| 19 | 19 | id="<?php echo esc_attr( $value['id'] ); ?>-height" |
| 20 | - type="text" size="3" | |
| 20 | + type="text" size="5" | |
| 21 | 21 | value="<?php echo esc_attr( $height ); ?>" />px |
| 22 | 22 | </td> |
| 23 | 23 | </tr> |