Start your development server and navigate to the page you want to capture. For Tailwind with
npm run dev (Vite, Next.js),
php artisan serve (Laravel),
or python manage.py runserver (Django)
— any local server works. You can also open a live production URL.
For responsive captures, set the browser viewport to your target width using DevTools' device toolbar.
Tailwind's responsive prefixes (
sm:,
md:,
lg:) apply based on the
current viewport width. Set the width first, then copy.