simonw / shot-scraper

A command-line utility for taking automated screenshots of websites
https://shot-scraper.datasette.io
Apache License 2.0
1.67k stars 73 forks source link

Set `max-width` on injected bounding box #143

Closed kljohann closed 6 months ago

kljohann commented 7 months ago

max-width of the injected element is set to none. Otherwise, the box can be too small if the page's CSS applies to the injected element by accident (e.g., body > * { max-width: 5cm; }).


📚 Documentation preview 📚: https://shot-scraper--143.org.readthedocs.build/en/143/

simonw commented 6 months ago

Thanks for this!