We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b8dd65 commit e105ffcCopy full SHA for e105ffc
src/packages/media/imaging/components/imaging-thumbnail.element.ts
@@ -16,16 +16,18 @@ export class UmbImagingThumbnailElement extends UmbLitElement {
16
unique = '';
17
18
/**
19
- * The width of the thumbnail.
+ * The width of the thumbnail in pixels.
20
+ * @default 300
21
*/
22
@property({ type: Number })
- width = 400;
23
+ width = 300;
24
25
- * The height of the thumbnail.
26
+ * The height of the thumbnail in pixels.
27
28
29
- height = 400;
30
+ height = 300;
31
32
33
* The mode of the thumbnail.
0 commit comments