IMAGES AUTOMATICALLY FIT TO THE ENTIRE SCREEN
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....
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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....
Hello! Sorry for delay, let us know if this helps https://getsatisfaction.com/apperyio/...
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....
Good solution!