Update:Cover resolution to use unicode multiplication sign instead of x #2888

This commit is contained in:
advplyr 2024-04-29 17:22:14 -05:00
parent c55988102d
commit 10e7f142ec

View File

@ -65,7 +65,7 @@ export default {
return 0.8 * this.sizeMultiplier return 0.8 * this.sizeMultiplier
}, },
resolution() { resolution() {
return `${this.naturalWidth}x${this.naturalHeight}px` return `${this.naturalWidth}×${this.naturalHeight}px`
}, },
placeholderUrl() { placeholderUrl() {
const config = this.$config || this.$nuxt.$config const config = this.$config || this.$nuxt.$config