Hello, I'm create variable (type is image_managed). When I add 'image resolution' for validation image sizes:

  'image resolution' => array(
    0 => '100x100', // Min
    1 => '673x330', // Max
  ),

I get Notice : Undefined offset: 1 dans theme_file_upload_help() (ligne 950 dans /home/quickstart/websites/aigleazur.dev/modules/file/file.field.inc).

Comments

zestagio’s picture