Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
1234567891011 |
- // @flow
-
- /**
- * The height of the filmstrip in narrow aspect ratio, or width in wide.
- */
- export const FILMSTRIP_SIZE = 90;
-
- /**
- * The aspect ratio of a tile in tile view.
- */
- export const TILE_ASPECT_RATIO = 16 / 9;
|