'#description'=>$this->t('This options is only available if <a href="https://www.drupal.org/project/image_widget_crop">image_widget_crop</a> and <a href="https://www.drupal.org/project/automated_crop">automated_crop</a> are installed. You will need to delete all drimage styles using image_widget_crop after enabling this.'),
'#disabled'=>!$automated_crop_check,
];
$form['lazy_offset']=[
'#type'=>'number',
'#title'=>$this->t('Lazyloader offeset'),
@@ -220,6 +239,7 @@ class DrimageSettingsForm extends ConfigFormBase {