support for chrome on android

This commit is contained in:
BuckarooBanzay 2021-02-11 11:51:28 +01:00
parent 3bcb2891e0
commit 36c11ae141

View File

@ -59,7 +59,7 @@ Vue.component("item-preview-normal", {
"width": (this.size/3) + "px",
"height": (this.size/3) + "px",
"background-size": "cover",
"image-rendering": "crisp-edges"
"image-rendering": ["crisp-edges", "-webkit-optimize-contrast"]
};
},
frontStyle: function(){