You are here

public static property PhpWkhtmlToPdf::$viewportSizeOptions in Entity Print 8.2

Popular viewport sizes.

@constant

Type: array

File

src/Plugin/EntityPrint/PrintEngine/PhpWkhtmlToPdf.php, line 43

Class

PhpWkhtmlToPdf
PHP wkhtmltopdf plugin.

Namespace

Drupal\entity_print\Plugin\EntityPrint\PrintEngine

Code

public static $viewportSizeOptions = [
  '_none' => 'Default',
  '1920x1080' => '1920x1080',
  '1366x768' => '1366x768',
  '1280x1024' => '1280x1024',
  '1280x800' => '1280x800',
  '1024x768' => '1024x768',
  '768x1024' => '768x1024',
  '720x1280' => '720x1280',
  '375x667' => '375x667',
  '360x640' => '360x640',
];