We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe4b30 commit 97908f4Copy full SHA for 97908f4
app.js
@@ -221,7 +221,7 @@ async function loadMatches() {
221
card.appendChild(title);
222
223
const iframe = document.createElement('iframe');
224
- iframe.src = `https://lichess.org/embed/${lichessGameId}?theme=auto&bg=auto`;
+ iframe.src = `https://lichess.org/embed/${lichessGameId}?theme=auto&bg=auto&move=last`;
225
iframe.width = '240';
226
iframe.height = '240';
227
iframe.frameBorder = '0';
0 commit comments