I’m using scale outer in my project to make it responsive across devices, but I want to customize it. I only want it to be visible at the top and bottom, and hidden on the left and right sides of the screen. Is there a way to achieve this?
Develop games in your browser. Powerful, performant & highly capable.
You can cover those areas with black sprites.
But isn't this the same as using the letterbox mode?
I’ve set a background image on the body using background-image: url('main-bg.jpg') !important;.
Instead of using black sprites to cover the sides, is there a better or cleaner way to achieve this effect?