GoogleChrome / GoogleChrome/chrome-extensions-samples

Is it possible to set the global zoom setting in chrome without affecting the extension?

Open
#1,202 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
17.8k
Forks
9k
Avg merge
21h
Merged PRs (30d)
28

Description

In the settings of chrome, you can set the global page zoom, but this zoom also affects the extension, because the width and height of the extension is limited, and after zooming (for example, 200% zoom) there will be a very long scroll bar, is it possible to make the extension can be set not to be zoomed?

Is it possible to set the global zoom setting in chrome without affecting the extension?

Below are two extensions with different scaling, you can see that the extension itself is not very big, and after scaling, the scrollbar appears

![WX20240628-214313@2x](https://github.com/GoogleChrome/chrome-extensions-samples/assets/29728228/9dc1f74c-8742-48db-8caa-4255122dff2f)
![WX20240628-214350@2x](https://github.com/GoogleChrome/chrome-extensions-samples/assets/29728228/990dbdd6-9b81-4a01-9614-116918a3e1cc)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.