@atoms-studio/components
Advanced tools
Comparing version
@@ -135,2 +135,7 @@ 'use strict'; | ||
}, | ||
preloadImage: { | ||
type: Boolean, | ||
default: false, | ||
}, | ||
}; | ||
@@ -164,3 +169,3 @@ | ||
resizeParams = '?'; | ||
if (width && height) { | ||
if (width && height && config.mode) { | ||
resizeParams += "w=" + width + "&h=" + height + "&fit=" + (config.mode) + "&"; | ||
@@ -212,2 +217,19 @@ } | ||
head: function head() { | ||
if (this.preloadImage) { | ||
return { | ||
link: [ | ||
{ | ||
rel: 'preload', | ||
as: 'image', | ||
href: this.srcWebP || this.srcDefault, | ||
imagesrcset: this.srcWebP | ||
? this.webpsrcsetString | ||
: this.srcsetString, | ||
imagesizes: this.sizesString, | ||
} ], | ||
} | ||
} | ||
}, | ||
computed: { | ||
@@ -214,0 +236,0 @@ imageUrl: function imageUrl() { |
@@ -131,2 +131,7 @@ // | ||
}, | ||
preloadImage: { | ||
type: Boolean, | ||
default: false, | ||
}, | ||
}; | ||
@@ -160,3 +165,3 @@ | ||
resizeParams = '?'; | ||
if (width && height) { | ||
if (width && height && config.mode) { | ||
resizeParams += "w=" + width + "&h=" + height + "&fit=" + (config.mode) + "&"; | ||
@@ -208,2 +213,19 @@ } | ||
head: function head() { | ||
if (this.preloadImage) { | ||
return { | ||
link: [ | ||
{ | ||
rel: 'preload', | ||
as: 'image', | ||
href: this.srcWebP || this.srcDefault, | ||
imagesrcset: this.srcWebP | ||
? this.webpsrcsetString | ||
: this.srcsetString, | ||
imagesizes: this.sizesString, | ||
} ], | ||
} | ||
} | ||
}, | ||
computed: { | ||
@@ -210,0 +232,0 @@ imageUrl: function imageUrl() { |
{ | ||
"name": "@atoms-studio/components", | ||
"version": "0.2.7", | ||
"version": "0.2.8", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "homepage": "https://github.com/atoms-studio/blueprint#readme", |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
29043
3.33%1018
4.09%1
Infinity%