Open
Description
Nature of issue?
- Existing feature enhancement
Feature enhancement details:
Following discussion from #1472 , we have to decide on a sizing behavior for the sketch rendering canvas in mobile mode. Should it auto-stretch (cover
), fit within screen dimensions (contain
) or overflow?
@catarak suggested we initialize the sketch with full-screen dimensions, and let the user change at own will, but we don't know how confusing that may be to users