Setting an arbitrary option You can set any arbitrary options by calling setOption: Browsershot::url('https://example.com') ->setOption('landscape', true) ->save($pathToImage); Sending POST requests Setting the CSS media type of the page Help us improve this page