Skip to content

Conversation

@olsh
Copy link
Owner

@olsh olsh commented Dec 13, 2025

Summary

  • Increases the maximum allowed popup width from 750px to 800px (the browser-enforced maximum)
  • Updates both popupWidth and expandedPopupWidth settings

Browser Limits Research

All major browsers enforce a hardcoded 800x600px maximum for extension popups:

  • Chrome/Edge: 800px max (Chromium source: kMaxSize = {800, 600})
  • Firefox: 800px max (since Firefox 60)

Changes

  • src/scripts/core.js: Updated maxValue in both popupWidth and expandedPopupWidth getters
  • src/options.html: Updated max attribute on both width input fields

Closes #240

@olsh olsh merged commit 3761ecd into master Dec 13, 2025
11 checks passed
@NinjaMilez
Copy link

Thank you for implementing my suggestion. :D

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

Successfully merging this pull request may close these issues.

Enhancement request: Allow popup widths larger than 750

3 participants