diff --git a/client/components/covers/PreviewCover.vue b/client/components/covers/PreviewCover.vue index daf579ac..58937150 100644 --- a/client/components/covers/PreviewCover.vue +++ b/client/components/covers/PreviewCover.vue @@ -65,7 +65,7 @@ export default { return 0.8 * this.sizeMultiplier }, resolution() { - return `${this.naturalWidth}x${this.naturalHeight}px` + return `${this.naturalWidth}×${this.naturalHeight}px` }, placeholderUrl() { const config = this.$config || this.$nuxt.$config