Skip to content

Commit

Permalink
Added '--load-media-error-handling' to image generation
Browse files Browse the repository at this point in the history
This was added to PDF in #93
  • Loading branch information
Nyholm committed Oct 2, 2015
1 parent 99941b6 commit 099d098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Knp/Snappy/Image.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ protected function configure()
'enable-javascript' => null, // Do allow web pages to run javascript (default)
'javascript-delay' => null, // Wait some milliseconds for javascript finish (default 200)
'load-error-handling' => null, // Specify how to handle pages that fail to load: abort, ignore or skip (default abort)
'load-media-error-handling' => null, // Specify how to handle media files that fail to load: abort, ignore or skip (default ignore)
'disable-local-file-access' => null, // Do not allowed conversion of a local file to read in other local files, unless explecitily allowed with allow
'enable-local-file-access' => null, // Allowed conversion of a local file to read in other local files. (default)
'minimum-font-size' => null, // Minimum font size
Expand Down

0 comments on commit 099d098

Please sign in to comment.