-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Unable to set local image as background #1812
Comments
You still need to wrap it with the |
I have wrapped it inside the |
does |
It does not, no. |
After some more initial testing, it seems like looking for local background images are bugged when a I was attempting to do this: |
ah the right name for that file in presets is bg.json, not backgrounds |
to confirm, local paths still aren't working after making this switch, right? |
In the base Can the documentation on the website get updated to point at making |
Actually nvm, |
One thing that could be causing this: to apply new changes to a background (or any preset, such as the AI presets), you have to select a different background preset and then re-select the one you changed. It's really annoying and we are planning to change it in the next release |
I did indeed do that, even did a full restart of the app, and for some reason, |
Okay we've just checked in a fix for background images on Windows, we were doing some funky things when calculating the paths. This should go out with the main release, I don't think we'll do a beta for this fix. |
Awesome! Looking forward to the next release! |
Okay @CaptnLucid v0.11 is now released, can you check if this solves the issue? |
Just upgraded and tested it. |
Current Behavior
If I find an image online to set as the background and put it within the
url('path/to/image.jpg') center/cover no-repeat
it loads just fine. However, if I download said image in JPG and PNG format, it doesn't seem to read it when following the~/Downloads/background.png
example.Expected Behavior
Image should show in the background but instead shows the default color.
Steps To Reproduce
Wave Version
v0.10.4
Platform
Windows
OS Version/Distribution
Windows 11
Architecture
x64
Anything else?
This could very well be a user error but with typing the formatting multiple different ways, even with some causing Wave to yell at me, it doesn't want to work unless it's an actual link.
Questionnaire
The text was updated successfully, but these errors were encountered: