@atoms-studio/components
Advanced tools
Comparing version
@@ -251,3 +251,3 @@ 'use strict'; | ||
safeDimensions: function safeDimensions() { | ||
return limitImageDimensions(500, this.imageWidth, this.imageHeight) | ||
return limitImageDimensions(4000, this.imageWidth, this.imageHeight) | ||
}, | ||
@@ -254,0 +254,0 @@ srcsetString: function srcsetString() { |
@@ -247,3 +247,3 @@ // | ||
safeDimensions: function safeDimensions() { | ||
return limitImageDimensions(500, this.imageWidth, this.imageHeight) | ||
return limitImageDimensions(4000, this.imageWidth, this.imageHeight) | ||
}, | ||
@@ -250,0 +250,0 @@ srcsetString: function srcsetString() { |
{ | ||
"name": "@atoms-studio/components", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/atoms-studio/blueprint#readme", |
28107
0.01%