nicolehollant / mq-viewer

Multibrowser desktop thing / sizzy-clone
11 stars 2 forks source link

Feature Request: Zoom in & out #2

Open deadcoder0904 opened 4 years ago

deadcoder0904 commented 4 years ago

Just like Sizzy, this might be a neat feature.

I use Tailwind & have set the breakpoints to its dimensions (640px, 768px, 1024px, 1280px) so it looks far stretched & a birds-eye view would be nice to get a quick glance of how the page looks :)

4m1n0s commented 4 years ago

take a look how to see windows zoom:

https://ourcodeworld.com/articles/read/547/how-to-change-the-window-zoom-level-in-electron-framework

4m1n0s commented 4 years ago

i solved this issue by creating some button for zoomIn zoomRest zoomOut, and it works fine with me:

https://gist.github.com/iamine/23655e053bbb3d92fe9e8e8b2aeb15b8

Update UrlBar.vue with this code

deadcoder0904 commented 4 years ago

@iamine Why not send a PR?