Task #9428 (closed)
Changing thumbnail size in web
| Reported by: | saloynton | Owned by: | wmoore |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | web-team@…, ux@… |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | n.a. |
Description
The function to allow the size of the thumbnails to be changed in the web data manager central panel needs to be supported for the CLS instance.
- A initial question is if the existing icons in insight and layout will be used and if they are clear enough.
Attachments (1)
Change History (5)
Changed 7 years ago by saloynton
comment:1 Changed 7 years ago by wmoore
comment:2 Changed 7 years ago by saloynton
Closing as duplicated ticket see #9439
comment:3 Changed 7 years ago by saloynton
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 7 years ago by Will Moore <will@…>
(In [5a803114a68ada6dec5eb269d3a5ce09655bf4f9/ome.git] on branch develop) Thumbnail zoom preserves grid layout (square li). See #9428
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
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.