Name Description Size
__init__.py const {devicePixelRatio} = window; const width = document.documentElement.scrollWidth; const height = document.documentElement.scrollHeight; return [Math.floor(width * devicePixelRatio), Math.floor(height * devicePixelRatio)]; 388
iframe.py <style> div, iframe { display: block; border: 1px solid blue; width: 10em; height: 10em; } </style> 1411
screenshot.py <style> body { min-height: 200vh } </style> 1395