# Customize Videocut

The drop-down menu which offers you different aspect ratios comes with six possible formats plus the original ratio and a custom ratio.

These aspect ratios are configured and can be customized via keys in the 4App's value options (modules/file/value options) in the file videocut_crop_ratios.

# Example:

You want to add the aspect ratio “9:16” (which is not part of the default) to the selection of the drop-down menu.

Step one: Add this key to the file videocut_crop_ratios:

<keys>
...
  <key>9_16</key>
...
</keys>

Step two: Configure the corresponding label and tooltip in the file videocut.properties (modules/file/locale):

 L-V-VIDEOCUT_CROP_RATIOS-9_16=9:16
 L-V-VIDEOCUT_CROP_RATIOS-9_16-INFO=Pinterest

It is also possible to remove aspect ratios from the drop-down menu if you do not need them.

Request missing documentation