Image doesn't fill entire page in Edge Animate
I've placed an image on the stage. This image is supposed to be a background. I've scaled this image up so it is definitely covers entire stage. When I test it in browser there are white margins on both left and right side of this image, that is, the image doesn't fill entire web. Could anyone please tell me how to fix it?
kaka1909
2014-07-11
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22
3830 views 10 answers
Post My Answer
0
Try to use this for your image
sym.$('yourImage').css({
'background-image': 'url("imageName.jpg")',
' background-repeat': 'no-repeat',
'background-size': 'cover',
' -moz-background-size': 'cover'
});
A PHP Error was encountered
Severity: Notice
Message: Undefined index: HTTP_ACCEPT_LANGUAGE
Filename: helpers/time_helper.php
Line Number: 22