HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Having issues with using background-image: URL css in custom theme...
"something has gone wrong"
repeatedly crashing vanilla attempting using/inserting url and/or /images background...
Any good tips/hints on accomplishing main body background image for custom theme/skinjob?
0
Comments
Posting your CSS for the background should help helping.
Depends on your theme
Bootstrap uses
Keystone uses
Thanks for info...
using basicdark as my custom skeleton... https://open.vanillaforums.com/addon/basicdark-theme
results in somethings gone wrong error
made it function using
#Frame {background="http://www.*.com/*.gif";
yet...
background-color: #000;
}
...additional css attributes for some reason have no effect
method that functions for me with fixed attribute:
#Frame {
background-image: url("http://www.*.com/*.*");
background-attachment: fixed;
}
https://developer.mozilla.org/en-US/docs/Web/CSS/background-image