Hi!
When building for mobile, there’s the concept of bleeding area. The scale is set to letterbox in the config.lua file and we can add images outside the content area. Depending on the width and height and the target device, these images are then drawn.
I’ve tried to use this concept on HTML but it’s not working as expected. The content area is clamped to the width and height defined on config.lua. There’s no bleeding area.
Is it possible to enable that behavior?
Thanks in advance,