curationexperts / trove

Digital Image Library based on Tufts repository models
0 stars 2 forks source link

Folders look funny in slideshow view #107

Closed bmaddy closed 10 years ago

bmaddy commented 10 years ago

On the screen where you select an image to start the slideshow, folder images are cropped in a strange place and don't really look like folders. Figure out a way to make this look better or be more clear. One option would be to display the entire folder (not cropped). Other ideas are certainly welcome.

jcoyne commented 10 years ago

Just need to override these styles:

#documents .grid .document .thumbnail a>img {
/* position: absolute; */
/* max-width: none; */
}
mark-dce commented 10 years ago

This is a specific instance of the more general issue addressed by #111. Fix #111 first, then test and close this ticket - it shouldn't require any additional code.

mark-dce commented 10 years ago

Obsoleted by #133