vue-chessboard icon indicating copy to clipboard operation
vue-chessboard copied to clipboard

Why do the chess pieces shrink to the top left corner?

Open only0322 opened this issue 1 year ago • 1 comments

<chessboard :onPromotion="promote" :free="ifFree" :orientation="boardColor" @onMove="getInfo"
                :fen="currentFen"/>
 async mounted() {
    if (location.protocol.indexOf('http') !== -1) {
      this.isDev = true
    }
    await this.getSetting()
    this.currentFen = this.openFen

  },

image

dont know how to fix it

only0322 avatar Jan 10 '24 02:01 only0322

openFen is the default fen like "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1"

only0322 avatar Jan 10 '24 02:01 only0322