Page 5 of 5

Carousel - image gallery sluggish or flashy on actual display

Posted: Thu Dec 12, 2013 12:01 am
by Scott Schechtel6280324

Okay i have this same issue...my background image is not loading yet I use the same exact code in another app and it loads fine. Here is the code that works fine:
Tiggzi("mobilecontainer10").css('background-image','url("' + Tiggzi.getImagePath
('background3.png') + '")');
Tiggzi("mobilecontainer10").css('background-size','cover');
Tiggzi("mobilecontainer10").css('background-position','center');
Tiggzi("mobilecontainer10").css('position', 'absolute');
Tiggzi("mobilecontainer10").css('width', '100%');

Here is the code to the app that is not loading:

Tiggzi("mobilecontainer10").css('background-image','url("' + Tiggzi.getImagePath('MISC194.png') + '")');
Tiggzi("mobilecontainer10").css('background-size','cover');
Tiggzi("mobilecontainer10").css('background-position','center');
Tiggzi("mobilecontainer10").css('position', 'absolute');
Tiggzi("mobilecontainer10").css('width', '100%');


Carousel - image gallery sluggish or flashy on actual display

Posted: Thu Dec 12, 2013 9:16 am
by Kateryna Grynko

Hi Scott,

Are there any console errors? Are images available with this address? Were your styles applied?