PhantomJS 32767像素宽度限制

时间:2013-12-23 13:56:48

标签: phantomjs

我发现PhantomJS有限制,它无法呈现宽度超过32768像素的页面

 <div style="border-style: solid; float: left; 
             border-color: blue; border-width: 2; 
             width: 40000px; height: 100px">
    great
</div>

是否有任何设置,以便PhantomJS可以渲染宽度超过32k像素的页面?

0 个答案:

没有答案