-
-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Screen Recording Cuts to 1/4 on macOS Sequoia 15.1.1 #99
Comments
I am facing exactly the same issue, with two exceptions a) the very first screen capture was produced in full screen. Only every subsequent screen capture afterwards is cropped as described above This also applies to incognito mode. The first time a full screen capture is produced, every subsequent time the result is cropped even if the browser is closed and new incognito tabs are opened. Even clearing the browser cache and application storage, does not restore functionality. Chrome Version 131.0.6778.86 |
This happens on Windows chrome as well. |
And I vaguely recalled I had it earlier as well, and I was right, it is an old issue #89 |
Work around is to record the whole window rather than just a tab, and then trim as needed. |
This possibly has something to do with meta viewport tags. I noticed the same thing happening to me, and it was completely frustrating... On a whim, I went into dev tools, found the head tag and removed the <meta name="viewport" content="width=device-width, initial-scale=1"> tag from the website I was trying to cap, and it suddenly started not zooming in. |
While using gitcap.dev on the Chrome browser, the screen recording feature captures only the top-left quarter of the tab instead of the full screen. The recorded content appears zoomed in. This behavior occurs across multiple browsers, including Chrome, Edge, and Safari.
Interestingly, this issue is not present on macOS Sonoma, suggesting that it may be specific to macOS Sequoia 15.1.1.
Steps to Reproduce
Expected Behavior
The screen recording should capture the entire tab as seen during the session.
Actual Behavior
The recording captures only the top-left quarter of the tab, and the content appears zoomed in.
Environment
Additional Information
Attaching a recording generated showing how the browser screen is cut into 1/4
![Recording 2024-11-20 at 08 53 25](https://private-user-images.githubusercontent.com/16943885/388190927-db125dc3-6c80-49d3-b2a8-8c26e0282815.gif?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNTgzMjYsIm5iZiI6MTczOTE1ODAyNiwicGF0aCI6Ii8xNjk0Mzg4NS8zODgxOTA5MjctZGIxMjVkYzMtNmM4MC00OWQzLWIyYTgtOGMyNmUwMjgyODE1LmdpZj9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDAzMjcwNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTRiNDlhZDUxOWMyNDAyODg1NmI4MDdhNTM2MzZmMDMzM2FmZDVmOTRlNjRmN2Q0ZDdhOThhM2YzODU4MzJkYjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.0ZpDXa395n3sg8OVFqi-bo43YcWikxTViRdd3e4Ws-c)
The text was updated successfully, but these errors were encountered: