manateelazycat / popweb

Show popup web window for Emacs
146 stars 17 forks source link

Added customizability for the size of the url preview window #34

Closed BossCode45 closed 1 year ago

BossCode45 commented 1 year ago

I added 2 variables (popweb-url-web-window-width-scale, and popweb-url-web-window-height-scale) which allow you to change the width and height of the url preview popup window (defaults to 0.8 and 0.45 which is a 16x9 ratio). Hopefully you guys find this feature useful.

manateelazycat commented 1 year ago

Thanks for patch.