@colijnit/product 257.1.8 → 257.1.9

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.
@@ -31,8 +31,8 @@
31
31
  function Version() {
32
32
  this.name = "@colijnit/product";
33
33
  this.description = "Product detail page project for iOne";
34
- this.symVer = "257.1.8";
35
- this.publishDate = "27-5-2025 10:30:02";
34
+ this.symVer = "257.1.9";
35
+ this.publishDate = "16-6-2025 08:46:40";
36
36
  }
37
37
  return Version;
38
38
  }());
@@ -2068,6 +2068,7 @@
2068
2068
  var resizeCanvas = document.createElement('canvas');
2069
2069
  var resizeCanvasContext = resizeCanvas.getContext('2d');
2070
2070
  var resizeImage = document.createElement('img');
2071
+ resizeImage.crossOrigin = 'anonymous';
2071
2072
  resizeImage.onload = function () { return __awaiter(_this, void 0, void 0, function () {
2072
2073
  var originalWidth, originalHeight, aspectRatio, newWidth, newHeight, imageWidth, resizedSource;
2073
2074
  return __generator(this, function (_a) {