Jgc
Posts: 0
Joined: Wed Mar 07, 2012 8:58 pm

background image not appearing in tiggzi test app

Im trying to understand where the picture is coming from...Am I correct in assuming the picture is coming from an external source? (flickr, photobucket, etc.)

Im trying to get a background picture as well and having a really hard time getting it to happen.....

Jgc
Posts: 0
Joined: Wed Mar 07, 2012 8:58 pm

background image not appearing in tiggzi test app

Is their any plans to be able to upload a picture from your computer? (hint,hint...)^^

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

background image not appearing in tiggzi test app

Just drag and drop the Image component into a screen, then go to properties to upload the image.

Just one thing to keep in mind. When the image is uploaded, we change the name to this form: asset-xxxxx. It will be changed soon, we will keep the uploaded file name.

Eric Brouwer
Posts: 0
Joined: Thu Aug 30, 2012 10:31 am

background image not appearing in tiggzi test app

I know this is an old subject.

but is it possible to load a picture from the mobile itself?
If yes. how do you put in the location of the folder where the picture is located?

David Fung
Posts: 0
Joined: Wed Nov 28, 2012 4:52 pm

background image not appearing in tiggzi test app

Hi,

The above syntax url("http://tiggzi.com/assets/asset-xxxxx") is still valid? The image is uploaded to my asset folder but I can't retrieve it.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

background image not appearing in tiggzi test app

Hello! Please check your mobilecontainer name, also ensure you are using correct image name.

David Fung
Posts: 0
Joined: Wed Nov 28, 2012 4:52 pm

background image not appearing in tiggzi test app

When I use url("http://cdn1.iconfinder.com/data/icons...") , it works. i.e. mobilecontainer name is correct.

Here is my code in CSS file:
[dsid=fblikeButton] .ui-icon {
background: url("http://tiggzi.com/assets/asset-1969896");
background-size: 74px 33px;
height: 33px !important;
margin-top: -15px !important;
margin-right: -5px !important;
width: 74px !important;
}

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

background image not appearing in tiggzi test app

Working on it... Could you clarify what builder you use - old Flash-based builder or the new HTML5 one?

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

background image not appearing in tiggzi test app

After you add image to Assets (for example image with name img.png)

CSS solution:

.mobileContent {
background: url("../image/img.png");
}

JS solution:

Tiggzi('mobilecontainer1').css('background-image','url("' + Tiggzi.getImagePath('img.png') + '")');

Return to “Issues”