You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Hello, what's the maximum allowed height & width for the popup and is there a generic/recommended size? I searched this group as well as StackOverflow and all the responses are from a few years ago :(.
Thanks,
Heta
John Horner
unread,
Jul 20, 2019, 7:30:27 PM7/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
There's no real reason for there to be a maximum, but if you're considering anything over a few hundred pixels you should probably detect the user's screen resolution and adjust it based on that.
Lead Leaper
unread,
Jul 20, 2019, 7:37:52 PM7/20/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium Extensions
Based on testing, both years ago and again today, the maximum width and height of the extension popup UI is width: 800px and height: 600px.