You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to to resize my chessboard with the user screen like this:
@mediaonly 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?
The text was updated successfully, but these errors were encountered:
I am trying to to resize my chessboard with the user screen like this:
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?The text was updated successfully, but these errors were encountered: