Scale manager issue?

is there any way when I use PHASER.SCALE.FIT OR something else such as a function to stop these black borders from showing up when resizing? it’s driving me nuts.

Which scale mode are you using now?

@samme : Phaser.Scale.FIT

The width and height are automatically adjusted to fit inside the given target area, while keeping the aspect ratio. Depending on the aspect ratio there may be some space inside the area which is not covered.

Maybe you want ENVELOP instead?

1 Like

@samme : that worked! thank you!