@golden_chessking said in #10:
i quite did not get your point at all @SHAURYA0
If you do not understand, you do not need to tell it only to those who need to understand
@golden_chessking said in #10:
> i quite did not get your point at all @SHAURYA0
If you do not understand, you do not need to tell it only to those who need to understand
i want to do like this https://lichess.org/tv/frame?theme=brown&bg=dark of my game so how to do it
i want to do like this https://lichess.org/tv/frame?theme=brown&bg=dark of my game so how to do it
@SHAURYA08 said in #12:
i want to do like this lichess.org/tv/frame?theme=brown&bg=dark of my game so how to do it
Just change board theme to brown on settings. Piece set is default, so you don't have to change. Isn't it?
@SHAURYA08 said in #12:
> i want to do like this lichess.org/tv/frame?theme=brown&bg=dark of my game so how to do it
Just change board theme to brown on settings. Piece set is default, so you don't have to change. Isn't it?
First,
<html>
<body>
<iframe src="lichess.org/tv/frame?theme=brown&bg=dark" style="width: 400px; height: 444px;" allowtransparency="true" frameborder="0"></iframe>
</body>
</html>
Paste this code in Notepad, save it with index.html, and open the file in browser. Make sure the Internet Connection is on.
First,
<html>
<body>
<iframe src="lichess.org/tv/frame?theme=brown&bg=dark" style="width: 400px; height: 444px;" allowtransparency="true" frameborder="0"></iframe>
</body>
</html>
Paste this code in Notepad, save it with index.html, and open the file in browser. Make sure the Internet Connection is on.