fzaninotto / screenshot-as-a-service

Website screenshot service powered by node.js and phantomjs
1.1k stars 243 forks source link

Support ajax-powered sites #8

Closed fzaninotto closed 12 years ago

fzaninotto commented 12 years ago

Sites using Ajax to load the content after the load event is fired don't get rendered well, e.g. http://screenshot.etf1.fr/?url=http://twitter.com/%23!/search/screenshot

Maybe a time to screenshot (TTS) delay should be made configurable to accomodate such sites.

fzaninotto commented 12 years ago

Adding a delay is the max we can do, as otherwise it' putting the foot into an endless list of possibilities. For screenshots of complex websites involving interactions, use phantomjs directly.

fzaninotto commented 12 years ago

Fixed by #14