Hello, I hope this message finds you well! I want to export an app to the web and to resize it to a larger canvas/viewport. I am able to play with the HTML and CSS to get the viewport itself to open larger, but the turtle canvas seems to stay put at the original 320x450 resolution. I am not sure what element I need to change.
The turtle canvas seems to be initialized when I open the index.html file. I can then retroactively change the resolution through inspect element, but then the strokes/lines of the turtle become square. I can also see that the turtle is able to move beyond the bounds of the turtle canvas; maybe it is something to do with the viewport only. Thank you for your help!