Skip to content

Commit 97908f4

Browse files
Update app.js
1 parent 4fe4b30 commit 97908f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ async function loadMatches() {
221221
card.appendChild(title);
222222

223223
const iframe = document.createElement('iframe');
224-
iframe.src = `https://lichess.org/embed/${lichessGameId}?theme=auto&bg=auto`;
224+
iframe.src = `https://lichess.org/embed/${lichessGameId}?theme=auto&bg=auto&move=last`;
225225
iframe.width = '240';
226226
iframe.height = '240';
227227
iframe.frameBorder = '0';

0 commit comments

Comments
 (0)