Skip to content

Commit d150b47

Browse files
committed
Increase cartpole canvas width to 900
1 parent aff54a8 commit d150b47

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/tutorial-symbolics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Base.show(io::IO, ::MIME"text/html", h::RawHTML) = print(io, h.raw)
283283
284284
html_anim = """
285285
<div style="display: flex; justify-content: center; margin: 20px 0;">
286-
<canvas id="cartpoleCanvas" width="600" height="300"
286+
<canvas id="cartpoleCanvas" width="900" height="300"
287287
style="border:1px solid #ddd; border-radius: 8px; max-width: 100%;">
288288
</canvas>
289289
</div>

0 commit comments

Comments
 (0)