- A cookie file can now be attached (in the Puppeteer JSON format). This is useful if you need to disable a deliberate pop-up such as a GDPR warning. Thanks @adamread for the pull request for this.
layout-shift-gif --url https://blacklivesmatter.com/ --cookies cookie_file.json
- The device viewport width and/or height can be overridden if you wish to generate a gif of different device sizes, or entire pages.
layout-shift-gif --url https://blacklivesmatter.com/ --width 1920 --height 3000
npm install -g layout-shift-gif