I have build in jQuery mobile app, the problem is that when I added the background image for the page, when I expand, close the folded background image, stretching and moving with collages. When I deleted these lines from my css:
background-repeat: no-repeat;
background-size: 100% 100%;
this span solved, but it caused another big problem, which is that when I expand the disassembly and then close it, the background will shrink "move up with the help of collapse", and the part of the page under this folding becomes transparent without the background "this happens on mobile devices more than jsFiddle, this is my jsfiddle
Please help me how can I solve this problem. So, can collapse problems be expanded and closed without affecting the background image of the page?
source
share