@sc-360-v2/storefront-cms-library 0.4.25 → 0.4.26

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.
package/dist/bundle.scss CHANGED
@@ -263,7 +263,9 @@ $resizeActive: '[data-cms-element-resizer="true"]';
263
263
  img {
264
264
  max-width: 100%;
265
265
  max-height: 100%;
266
- object-fit: contain;
266
+ height: 100%;
267
+ width: 100%;
268
+ object-fit: cover;
267
269
  }
268
270
  }
269
271
  .img-title {