@seekora-ai/ui-sdk-react 0.2.27 → 0.2.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -105,7 +105,7 @@ export function ImageZoom({ src, alt = '', mode = 'both', zoomLevel = 2.5, class
105
105
  const imageStyle = {
106
106
  width: '100%',
107
107
  height: '100%',
108
- objectFit: 'cover',
108
+ objectFit: style?.objectFit ?? 'cover',
109
109
  display: 'block',
110
110
  };
111
111
  // Compute the indicator rectangle (what portion of the image the zoom panel shows).