Page 1 of 1

weird image issue

Posted: Mon Aug 10, 2015 7:47 pm
by simon saunders

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?


weird image issue

Posted: Tue Aug 11, 2015 6:44 pm
by Serhii Kulibaba

Hello Simon,

Please use JS below for that:

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


weird image issue

Posted: Tue Aug 11, 2015 7:21 pm
by simon saunders

that didnt work


weird image issue

Posted: Wed Aug 12, 2015 10:01 pm
by Illya Stepanov

Could you please provide us with your app public link?