diff --git a/src/Umbraco.Web.UI.Client/src/packages/media/imaging/components/imaging-thumbnail.element.ts b/src/Umbraco.Web.UI.Client/src/packages/media/imaging/components/imaging-thumbnail.element.ts index caf6261772..c1c3a59275 100644 --- a/src/Umbraco.Web.UI.Client/src/packages/media/imaging/components/imaging-thumbnail.element.ts +++ b/src/Umbraco.Web.UI.Client/src/packages/media/imaging/components/imaging-thumbnail.element.ts @@ -16,16 +16,18 @@ export class UmbImagingThumbnailElement extends UmbLitElement { unique = ''; /** - * The width of the thumbnail. + * The width of the thumbnail in pixels. + * @default 300 */ @property({ type: Number }) - width = 400; + width = 300; /** - * The height of the thumbnail. + * The height of the thumbnail in pixels. + * @default 300 */ @property({ type: Number }) - height = 400; + height = 300; /** * The mode of the thumbnail.