-
Notifications
You must be signed in to change notification settings - Fork 4
Add loupe to image display #49
Comments
This could be implemented as a bootstrap modal (see here for example). Underneath the image we could have information such as the sample ID, treatment, treatment target/gene name, etc. |
As discussed in today's meeting, it was suggested that clicking on the images should enable a 'compare samples' functionality. I still thinking zooming to the full-size image should be there. I'd rather not implement this as a right click context menu (this is a pain, and overriding the default behavior of the right click mouse button is counter-intuitive to how a user expects their browser to behave). My suggestions are a 'zoom' and 'add' button that are overlaid on the image when the mouse enters the image. See this quick mockup: |
Great writeup! I like your mockup and it's quite extensible to new functions! |
Idea for the functionality of the add button:
|
|
Now that we have thumb, large, and full image sizes, we should create a tool that lets users display the full size image on request, perhaps upon clicking on the large size.
The text was updated successfully, but these errors were encountered: