1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-17 07:41:26 +00:00

Image zoom rotate (#7425)

* [image file view] added a zoomer(enable users to zoom in/out the image)

* [image file view] added 'rotate'(rotate the image in counter-clockwise direction and save it)

* [image file view] fixup

* [image file view] keep the 'prev/next' icons displayed on top of the image which is zoomed in

* [image file view] improved the display of the 'image saved' tip

* [image file view] don't offer 'zoom in/out' & 'rotate' for images with errors

* [image file view] don't offer 'rotate' for PSD & HEIC files

* [image file view] enable HEIC files to be viewed online
This commit is contained in:
llj
2025-02-08 10:27:34 +08:00
committed by GitHub
parent d65e86731e
commit 3d7b8b3a6b
7 changed files with 161 additions and 10 deletions

View File

@@ -35,6 +35,7 @@
background: #fff;
border-radius: 100%;
line-height: 50px;
z-index: 1;
}
#img-prev {
@@ -49,3 +50,7 @@
#img-next:hover {
color: #212529;
}
.image-zoomer {
height: 24px;
}