'lazySrcset' => function ($options = []) {
            if ($this === null) {
                return \Kirby\Cms\Html::img('', ['alt' => 'lazysrcset can not create srcset from null in fileMethod']);
            }
            if (is_string($options)) {