Replies: 1 comment
-
I'm experiencing the same issue. I use Browsershot (3.61) to build images from Blade views. Part of the Blade views I'm building contains no images and they work fine on all windowSize()-settings. I however expericence issues with the views that contain images. I call Browsershot as this:
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I have the spatie/browsershot package up and running on my local Laravel Sail setup.
The screenshots are being generated fine if the viewport width and height options are less than 1400 by 1080.
This is the sample code I am using:
If I try with a viewport width and height of 900x600, it works, and 1200x800 also works. I begin getting exceptions when I start going higher in the viewport size.
Here's the exception I am getting:
I appreciate your kind assistance.
Regards
Bill
Beta Was this translation helpful? Give feedback.
All reactions