Mobile Optimization

Capture mobile website screenshots using the mobile setting.

Narrow screen devices such as mobiles typically shrinks the rendered web page so that it can fit on the screen. Users can then zoom to view different areas of the page. For example, a mobile with a screen width of 640px may render the page at 980px and shrink it down to fit in a 640px width space.

Setting the mobile parameter to true, will use the viewport meta tag for pages that are optimized for media queries.

Default Mobile

The default mobile is false, which works well for desktop and tablet website or websites that are not optimized for mobile devices.

Mobile Disabled

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&viewport=375x667
&mobile=false
&url=youtube.com

iPhone Screenshot


Mobile Enabled

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&viewport=375x667
&mobile=true
&url=youtube.com

iPhone Mobile Screenshot


Mobile Disabled

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&viewport=375x667
&mobile=false
&url=google.com

iPhone Screenshot


Mobile Enabled

// Line breaks added for readability https://api.addscreenshots.com/screenshots
?apikey=
YOUR_API_KEY
&viewport=375x667
&mobile=true
&url=google.com

iPhone Mobile Screenshot