The title is a bit off.
My window size and layouts are 1280, 720.
My 1st layout is my splash screen. After 3 secs this fades away and a background image of an elevator and a few feet of wall fade in.
Right now, when i check it in the browser for the ipad setting the image touches the sides but it has the black bars on top.
I've tried enlarging the image, but since part of it is outside the layout it doesn't affect it, setting canvas size, layer scale... Nothing works. I need to get that elevator image to fit the entire screen of an ipad. Since there is a reveal when the user pushes the elevator button. This image fades out and you are standing on a platform surrounded by space.
This will be the ONLY layout/layer that has to cover the entire screen, until the button is pushed. The rest of the layouts are intentionally created to have black bars on all 4 sides.
So, how can i achieve this? If i could change the window size on that layout till the button is pushed then revert to original window would be perfect.
Thanks for any help on this.