Update src/Umbraco.Web.UI.Client/src/views/components/blockcard/umbBlockCard.component.js
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
|
||||
var path = umbRequestHelper.convertVirtualToAbsolutePath(vm.blockConfigModel.thumbnail);
|
||||
if (path.toLowerCase().endsWith(".svg") === false) {
|
||||
path += "?upscale=false&width=400)";
|
||||
path += "?upscale=false&width=400";
|
||||
}
|
||||
vm.styleBackgroundImage = 'url(\''+path+'\')';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user