Skip to main content

Enumeration: ThumbnailSize

Defines standard image size options for product visuals.

This enum specifies predefined dimension sets for product images, ensuring consistent sizing across the application. These standardized sizes optimize for different contexts from thumbnails to detailed views.

Enumeration Members

x100

x100: "x100"


x1200

x1200: "x1200"

Medium image (1200px width).

Used for primary product views, larger previews, and desktop displays where good detail is required.


x2000

x2000: "x2000"

Large high-resolution image (2000px width).

Used for detailed examination, zooming features, and high-DPI displays where maximum detail is needed.


x210

x210: "x210"

Extra small thumbnail (210px width).

Used for compact lists, small previews, and space-constrained contexts where minimal detail is sufficient.


x425

x425: "x425"

Small thumbnail (425px width).

Used for standard thumbnails, grid views, and mobile displays where balance between detail and performance is important.