Cqoicebordel / webslice-plasmoid

Add a slice of web on your desktop. https://www.pling.com/p/998902/
http://www.cqoicebordel.net/webslice-plasmoid/
GNU Affero General Public License v3.0
31 stars 12 forks source link

Add zoom setting #17

Closed efibe closed 4 years ago

efibe commented 4 years ago

It would be great if the webpages could be zoomed out to look tiny. That could fit more stuff into the desktop.

Cqoicebordel commented 4 years ago

That's a good idea ! I have no idea if and when I would have enough time to be able to implement that though.

In the meantime, you can use document.body.style.zoom = 1.0 in the custom javascript to change the zoom factor of the page (1.0 being 100%)

Cqoicebordel commented 4 years ago

Hi, I just released a new version, with this feature in. Enjoy :)