Feature proposal #5143
closedRedesign photo modal
100%
Description
Redo the photo modal display so the description, author, date, etc.. is on the right with a block that fires a trigger to add features like commenting. If possible (nested tooltips might need some work here) that the download and original links to be a gear dropdown menu like other menu usages.. also add rotate left/right capability (just use CSS as it's a background image this should be easy enough) to account for poorly orientated uploads.
Updated by krileon about 10 years ago
Change the image display to a img tag instead of CSS background image. Use a container div with the line-height set to the max-height of the modal window (will need some jQuery hooked into the tooltip triggers). This will allow a center aligned image that isn't stretched.
Updated by krileon almost 10 years ago
Redo the container box to purely be the image. Details like title, description, date, etc.. can all be displayed in the modal window.
Updated by krileon over 9 years ago
- Status changed from Assigned to Rejected
- Target version deleted (
2.0.0) - % Done changed from 0 to 100
See #5517