i have taken some free screenshot from Placeit.net but it's paid now so i need free alternative to Placeit.net can anyone help on this please
http://www.browserstack.com/screenshots http://quirktools.com/screenfly/ https://browsershots.org/ is that what u need?
no i need to take auto sceenshot with mobile ,, tab image if you try Placeit.net then you get my point
Its a choice over how you want to use the service , I would recommend a service which allows you take screenshots programmatically like using API For example https://www.url2png.com/ <?php // it really is this simple $apikey="YOUR_API_KEY"; $secret="YOUR_SECRET_KEY"; $token=md5("url=target.com" . $secret); $img="api.url2png.com/v6/$apikey/$token/png/?url=target.com"; ?> <img src='http://<?php echo $img; ?>' /> PHP: