Open
Description
I am trying to to resize my chessboard with the user screen like this:
@media only screen and (max-width: 600px) {
.chessboard {
width: 300;
}
}
This does not work though. After resizing the screen they will need to refresh the page, and my chess algorithm counts the player who "disconnected"
the loser. Is there a way to resize the chessboard without refresh?
Metadata
Metadata
Assignees
Labels
No labels