Posted: 15 Mar 2015 15:58 | ||
Registered User Currently Offline |
Posts: 4 Join Date: Mar 2015 |
|
Hi!
Is it possible to get a screenshot just of a single"div"-element? Not the whole webpage? e.g. (screenshot of the "#footer"-Element): FireShotAPI.copyPage(true, "#footer"); cu Andrew |
Posted: 17 Mar 2015 18:04 | ||
![]() |
Administrator Currently Offline |
Posts: 4031 Join Date: Jan 2007 |
Hello. Yes, this option is available: Code:
FireShotAPI.copyPage(true, "footer"); P.S. Works better in Pro. __________________ FireShot Pro Pro Full Webpage Screenshots will be moving to a subscription model soon!
There's a last chance to purchase a Lifetime License and get a 33% discount! - https://getfireshot.com/buy.php |
Posted: 19 Mar 2015 09:36 Last Edited By: andrewroom | ||
Registered User Currently Offline |
Posts: 4 Join Date: Mar 2015 |
|
Thanks for the response!
So I dont have to hide alle the other elements!!! cu Andrew |