simon saunders
Posts: 0
Joined: Tue Jun 24, 2014 2:14 pm

weird image issue

my canvas is 480x800

my image is called bio_new_top

i want a full screen image, no padding. padding is set 0 0 0 0

i have a image box and i have set the dimensions to auto | auto. i have also tried every combination of 100% | 100%, etc

I have onload event code set to :
Appery('bio_new_top').css('width', '100%');
Appery('bio_new_top').css('height', '100%');

what am i doing wrong?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

weird image issue

Hello Simon,

Please use JS below for that:

preApperyio('bio_new_top').width($(window).width());
Apperyio('bio_new_top').height($(window).height());/pre

simon saunders
Posts: 0
Joined: Tue Jun 24, 2014 2:14 pm

weird image issue

that didnt work

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

weird image issue

Could you please provide us with your app public link?

Return to “Issues”