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?