@bigbinary/neeto-site-blocks 1.9.0 → 1.9.1

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/index.cjs.js CHANGED
@@ -14809,8 +14809,7 @@ var StyledImageWithWrapper = function StyledImageWithWrapper(_ref2) {
14809
14809
  }, /*#__PURE__*/React__default["default"].createElement(StyledImage, _extends__default["default"]({
14810
14810
  as: image !== null && image !== void 0 ? image : "img",
14811
14811
  height: 0,
14812
- objectFit: "contain",
14813
- sizes: "100vw",
14812
+ sizes: "(max-width: 480px) 700vw, (max-width: 768px) 500vw, (max-width: 1200px) 300vw, (max-width: 1500px) 250vw, 100vw",
14814
14813
  width: 0
14815
14814
  }, props)));
14816
14815
  };