Task #9439 (closed)
Web Zoom Thumbnails
| Reported by: | wmoore | Owned by: | wmoore |
|---|---|---|---|
| Priority: | major | Milestone: | OMERO-4.4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | cblackburn, cxallan |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-08-28 (3) |
Description
CLS feature request to zoom thumbnails.
Attachments (1)
Change History (8)
comment:1 Changed 7 years ago by wmoore
- Cc cxallan added
comment:2 Changed 7 years ago by wmoore
- Resolution set to duplicate
- Status changed from new to closed
Duplicate #9428
Changed 7 years ago by cblackburn
comment:3 Changed 7 years ago by cblackburn
See attachment for wrapping effect with images of different heights
comment:4 Changed 7 years ago by wmoore
"Wrapping effect" fixed with https://github.com/will-moore/openmicroscopy/commit/5a803114a68ada6dec5eb269d3a5ce09655bf4f9
comment:5 Changed 7 years ago by wmoore
- Cc saloynton removed
- Remaining Time set to 1
- Resolution duplicate deleted
- Sprint changed from 2012-08-14 (2) to 2012-08-28 (3)
- Status changed from closed to reopened
Need to improve UI of slider (icons etc). Then open PR
comment:6 Changed 7 years ago by wmoore
- Remaining Time changed from 1 to 0
- Resolution set to fixed
- Status changed from reopened to closed
Simply moved the slider to the top-right tool bar. https://github.com/openmicroscopy/openmicroscopy/pull/289
I think it's OK with no + or - icons (see mac finder zoom slider) - looks quite clean and it's obvious which is + /- end.
comment:7 Changed 7 years ago by Will Moore <will@…>
(In [6a9ea7d47df1de8c985fc37892728aeee03ae8fe/ome.git] on branch develop) Web zooming of thumbnails. See #9439
https://github.com/will-moore/openmicroscopy/commit/6a9ea7d47df1de8c985fc37892728aeee03ae8fe
Only caveat is that it's not possible to zoom thumbs above 100% while retaining aspect ratio of thumbs. Need to use maxWidth and maxHeight to set size (don't affect thumb aspect ratio) but these only let you go below 100%. So, to allow zooming up to 200px, thumbs have to be retrieved from the server at this size.