Apple_Exporter\Settings::layout_width PHP Method

layout_width() public method

Get the layout width.
public layout_width ( ) : string
return string
    public function layout_width()
    {
        return 'center' == $this->get('body_orientation') ? 768 : 1024;
    }