These docs are for v0.1.0. Click to read the latest docs for v1.0.0.

Front.setPanelWidth(width);

The plugin initially appears with a width of 270px. However, you can request more space very easily by passing in your desired width in pixels to this function.

width: integer

The width, in pixels, to which the side panel's width will be set.

Front.setPanelWidth(400);