php-phantomjs icon indicating copy to clipboard operation
php-phantomjs copied to clipboard

Dynamic height?

Open Starkmann opened this issue 8 years ago • 1 comments

https://stackoverflow.com/questions/31245553/how-to-get-the-height-of-a-full-html-page-in-phantomjs-javascript

Is there a setting for that or a possible to reintegrate dynamic height?

Starkmann avatar Jun 15 '17 08:06 Starkmann

Hi, i got same problem. To make it dynamic You have to get rid of $request->setViewportSize(). When You remove it phantomJS will get load with full page height.

GrzegorzWalewski avatar Jun 21 '21 17:06 GrzegorzWalewski