Skip to content

Commit

Permalink
Merge pull request #24 from bawbanksy/main
Browse files Browse the repository at this point in the history
Added showBackground() by default into getBrowsershot() function.
  • Loading branch information
freekmurze authored Jan 5, 2024
2 parents 731c933 + e5cce9c commit 5f2b174
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/PdfBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,8 @@ protected function getBrowsershot(): Browsershot

$browsershot = $browsershotClass::html($this->getHtml());

$browsershot->showBackground();

$headerHtml = $this->getHeaderHtml();

$footerHtml = $this->getFooterHtml();
Expand Down

0 comments on commit 5f2b174

Please sign in to comment.