Skip to content
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

问下 popup 弹出的框的页面能改大么,我改到800px就不能再大了 #32

Open
solante1012 opened this issue Mar 6, 2021 · 1 comment

Comments

@solante1012
Copy link

solante1012 commented Mar 6, 2021

rt

@ntnyq
Copy link

ntnyq commented Jul 28, 2022

Chrome extension popups can have a maximum height of 600px and maximum width of 800px. Changing the width or height using CSS on the html or body element will just cause scroll bars (as you have noticed) when over these maximums. Using something like window.resizeBy(x,y) will have no effect.

https://stackoverflow.com/questions/8983165/how-can-i-expand-the-popup-window-of-my-chrome-extension

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants