i have created Popup mobilescreen .
and added below code to display background image in the container ( on load event) custom js:
$('div[dsid="mobilecontainer42"]').css('background-image','url("' + Tiggzi.getImagePath('woodshelven.png') + '")');
i
it works great. but the problem is it does not load the whole image.
q1. How to load the image in the container , should occupy whole container.
Q2. is there anyway i can i add background image in design time itself . with transparent property = true, so that i can put more widgets on the container( having background image), so that i will place the icons/images at exact positions based on the background image.