You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Console shows a 404 for localhost:8000/images/ferris.png; looks like the issue is that the tutorial has us run from examples/ (the provided html includes import init from "./tour/tour.js";), so the path to ferris.png needs the tour/ prefix.
The text was updated successfully, but these errors were encountered:
n8henrie
added a commit
to n8henrie/iced
that referenced
this issue
Dec 11, 2021
Following instructions at https://github.com/iced-rs/iced/tree/master/web, the image is blank on the page
An image that tries to keep its aspect ratio.
.Console shows a 404 for
localhost:8000/images/ferris.png
; looks like the issue is that the tutorial has us run fromexamples/
(the provided html includesimport init from "./tour/tour.js";
), so the path toferris.png
needs thetour/
prefix.The text was updated successfully, but these errors were encountered: