RoyalBingBong / meView

Image Viewer that also allows playback of webm and mp4
ISC License
33 stars 9 forks source link

Missing Ability to Zoom #16

Open hermitdash opened 6 years ago

hermitdash commented 6 years ago

Topic Title more or less.

Kinda a critical feature for image viewing. Videos not so much because you could always full screen it. But when images are just too large and you wanna go in deeper to see details a Zoom would be nice.

Really like the simplicity of the app tho, good work!

RoyalBingBong commented 6 years ago

I agree zooming would be great, but it would also be a hell to implement. 😖
The current view works purely with CSS, which I though was pretty nice. But zooming with the scrollwheel or with the usual shortcuts like + or - would require some additional magic.

I'll see what I can come up with. Though, it will probably take a while.

Atulin commented 5 years ago

I think at least a simple fit to view/show full res switch would do for now.