Added css background to fill container. Background works in the IDE but does not display when testing. Works on all my other apps.
Cleared Cache.
Whats the problem?
All these issues everyday. Its so draining.
Added css background to fill container. Background works in the IDE but does not display when testing. Works on all my other apps.
Cleared Cache.
Whats the problem?
All these issues everyday. Its so draining.
Hi -
What exact CSS code you're using, could you please show an example?
Code in css
.container1 {
background-image: url("../image/bg.jpg");
background-repeat: no-repeat;
background-size: cover; /* comment this out if required */
}
PS. Your css editor behaving weird when opening css file. Screen is blank and I can only see code once I click full screen icon.
Any news please?
I shared app with support.
App name: ACFE
Thx
Hi Deon -
Make sure you are using correct path to your image file.
Change:
preurl("../image/bg.jpg"); == url("../img/bg.jpg");/pre
Ha ha, sorry but that is hilarious.
ALL mys apps are url("../image/bg.jpg");
What makes this one different. When I change to url("../img/bg.jpg"); Now it works in tester but NOT in IDE.
This is absolutely crazy. Why has things changed. All your continious changes are driving me crazy!
I have reported this issue to our development team, thank you for your feedback.
Hello!
This bug was fixed with our last hotfix release.