Page 1 of 1

IMAGES AUTOMATICALLY FIT TO THE ENTIRE SCREEN

Posted: Mon Apr 29, 2013 8:13 am
by lorenzo

I hope that there could be a way that BACKGROUND IMAGES EVEN IF IT HAS LITTLE SIZE OF RESOLUTION AUTOMATICALLY FIT TO THE ENTIRE SCREEN....


IMAGES AUTOMATICALLY FIT TO THE ENTIRE SCREEN

Posted: Mon Apr 29, 2013 2:05 pm
by Maryna Brodina

Hello! Sorry for delay, let us know if this helps https://getsatisfaction.com/apperyio/...


IMAGES AUTOMATICALLY FIT TO THE ENTIRE SCREEN

Posted: Wed May 15, 2013 7:16 am
by lorenzo

Hi, this will help if someone has this problem......
I've done this on page, on events, load, run javascript....

Tiggzi('mobileimage_10').width('100%').height('auto');
Tiggzi('mobileimage_10').parent().width('100%').height('auto');

Just change mobileimage_10 to the mobileimage that is needed....


IMAGES AUTOMATICALLY FIT TO THE ENTIRE SCREEN

Posted: Wed May 15, 2013 7:48 am
by Kateryna Grynko

Good solution!