This page demonstrates a container with specific dimensions for screenshot testing.
The box below has the exact dimensions specified in the URL. It includes corner markers and rulers to help verify the screenshot dimensions.
When testing the screenshot service with this page:
width and height parameters in your screenshot request to match the dimensions in this page.POST /v1.0/screenshot
{
"url": "http://localhost:8000/dimensions/800/600",
"width": 800,
"height": 600,
"format": "png"
}