I recently realized that when I use live-server in vs code, the tab that it opens defaults to a 75% zoom in chrome. I have unknowingly designed about 10 different projects for the Odin Project at 75% zoom, and at 100% they are all messed up. My default zoom setting in chrome is 100%. This 75% problem only happens when I open a tab via the live-server extension in vs code. Opening a new tab directly in chrome opens at 100% zoom. I couldn't find anything related to zoom in the settings.json file in vs code and I didn't see anything in the settings page for the live-server extension. The issue is that live-server is opening tabs at 75% zoom. I don't know why and I don't want to have to manually adjust the zoom every time I use live-server. Thank you for any help at all.
live-server vs code extension opens tabs at 75% zoom in chrome
39 views Asked by Jack Brophy At
1
There are 1 answers
Related Questions in GOOGLE-CHROME
- How to tweak the security policy of Chrome, in order to run "unsafe" snippets in the console?
- Is it possible to manipuate 3rd party Chrome Extensions Network Reqeuests?
- undetected_chromedriver urllib.error.URLError
- Load testing k6 browser + docker
- Editor texto estilo WYSIWYG
- NodeJS crashing chrome browser
- Difficulty Accessing HTTP URLs/IP Addresses Due to Browser Redirecting to HTTPS: Seeking Solutions
- Chrome extension MV3: persistent service worker die after wake up from hibernation
- Attempting to Bundle a Require Command For a Chrome Extension
- Launch URL from C# and detect when browser is closed
- Python selenium scrap data from dynamic website table
- Google Chrome is consuming a lot of CPU on a video call?
- Component drawing error React App on Android + Chrome
- Chrome Selenium CDP Bidi API - Next Commands sended to Target Session have no effect while the initial one does work
- Devtools not working when i try to inspect elements for selenium python it goes to previous page
Related Questions in VSCODE-EXTENSIONS
- How do you make the debugger refresh variables automatically on entry
- How to create code lens action next to code line in vs code, something similar to GitLens
- Launching Python Debug with Arguments messes with file path
- How can I know if a vscode intelliSense suggestion is visible?
- Microsoft VS Code not showing MFA code when logging into WSL
- VSCode Extension Help: How can I retrieve the content of all "find highlights"? editor.action.selectHighlights only seems to work when in Regex mode
- In a VSCode extension (Using Typescript) - How can I get the text content of all matches when the user executes a search in the Find Widget?
- Accept Word and Accept Line feature does not work for MAC for any vscode version and for Windows on vscode version later than 1.86.2
- VScode extension webview origin
- How to do login on VS Code extension
- I installed the Dev Containers extension in vscode, but I don't get the bottom left icon to use it, why?
- How to capture debug output by a VS Code Extension?
- strange behavior laravel 10 when use dd()
- Vscode goto definition or show references loading indefinitely
- Partial accept button for inline completion in vscode extension
Related Questions in ZOOM-SDK
- I'm stuck with Integrating and configuring the Zoom Android SDK into my flutter project
- Zoom Video Sdk integration in flutter web
- getting "Failed to create meeting error 401 Client Error: Unauthorized for url: https://api.zoom.us/v2/users/me/meetings"
- App using 3rd party SDK (Zoom Meeting SDK) has been rejected due to Foreground service permissions
- Zoom Web SDK - "Invalid apiKey/sdkKey and/or signature"
- Zoom Video SDK - Jwt auth fails
- When creating Zoom I am getting invalid access token error when my keys are valid
- Dotnet core + WeView2 + Windows Zoom
- Zoom integration with Web apps using Iframe (Meeting SDK)
- Create Zoom Meeting that anyone can join
- Shared Video not rendering in normal mode, but rendering in Desktop mode for Firefox android browser
- Are there Peculiar differences between Android and IOS browsers that could make some JavaScript run in Android but not on IOS Browser?
- how to authenticate your application and send meeting invitations for zoom in angular application
- live-server vs code extension opens tabs at 75% zoom in chrome
- Zoom meeting ios SDK is not working while bridging from react native
Related Questions in LIVESERVER
- How to use Live Server extention in VS code IDE to run NodeJs, Express Web App
- Some css being applied on live server only after file save
- How can Live Server in VS Code serve HTML files with other file extensions?
- Bug in angular while running in development mode(live server)
- VS Code Live Server Not Refreshing automatically
- How to display Hebrew text in html title and in body correctly in a simple way
- Firefox isn't refreshing CSS upon saving file & using Live Server Extension but Chrome does
- live-server vs code extension opens tabs at 75% zoom in chrome
- How to run CREATE DATABASE command on LIVE Laravel site through get request
- Tailwind CSS some classes not working after restart code editor
- Laravel Cannot Access Image Stored in assets Folder after Uploading in Server
- My Glsl shaders are not loading on Liveserver or Github pages
- Static web page on github codespaces
- Live server (five server) in VS Code the web page favicon not change and it used existing web page favion when I start live server
- Javascript fetch giving CORS error despite using GH pages and CORS Proxies
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Reset the default settings of Live Server by adding the following settings to your VS Code settings file.
Changing to the deafault setting should open the browser in the default mode.