This method fits the page to the given rectangle or the viewport available
Optional parameters left
, top
, width
and height
are needed to define the rectangle to fit the page to
If any or all of them aren't provided the page will fit the whole viewport available
Optional
left: null | numberOptional
top: null | numberOptional
width: null | numberOptional
height: null | number
The CanvasController is responsible for all Canvas-related functionality. Methods inside this controller can be called by
window.SDK.canvas.{method-name}