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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user