gatsby-plugin-storyblok-image
Advanced tools
Comparing version 2.0.11 to 2.0.12
@@ -48,3 +48,3 @@ "use strict"; | ||
if (opt.height && opt.width) { | ||
height = (opt.height / opt.width) * width; | ||
height = Math.round((opt.height / opt.width) * width); | ||
} | ||
@@ -51,0 +51,0 @@ return buildImageUrl(originalPath, { |
{ | ||
"name": "gatsby-plugin-storyblok-image", | ||
"version": "2.0.11", | ||
"version": "2.0.12", | ||
"description": "Adds gatsby-plugin-image to Gatsby & Storyblok as a content source.", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
17114