diff --git a/src/app/components/image/image.ts b/src/app/components/image/image.ts
index 4daa79ee6c7..3452e0bd09d 100755
--- a/src/app/components/image/image.ts
+++ b/src/app/components/image/image.ts
@@ -60,7 +60,7 @@ import { FocusTrapModule } from 'primeng/focustrap';
(@animation.start)="onAnimationStart($event)"
(@animation.done)="onAnimationEnd($event)"
>
-
+
@@ -128,7 +128,7 @@ export class Image implements AfterContentInit {
* The sizes definition for the preview image.
* @group Props
*/
- @Input() previewImageSrcSizes: string | undefined;
+ @Input() previewImageSizes: string | undefined;
/**
* Attribute of the preview image element.
* @group Props