drozhzhin-n-e / ngx-pinch-zoom

Module provides for image zooming and positioning with use of gestures on a touch screen.
http://ivylab.space/pinch-zoom
MIT License
113 stars 95 forks source link

Fullscreen image #74

Closed NePheus closed 1 year ago

NePheus commented 4 years ago

Is it possible to show an image in fullscreen, i.e. cut off on the left and the right, like the css attribute 'object-fit: cover', but access this hidden parts by pinching/dragging? Object-fit is not working as well as centered flex layout, where the image container is overflowed of the window view on the x-axis. Is there any other approach to implement this?

iCantWriteCode commented 3 years ago

@NePheus I have the same issue did you find this out?