Browse Source

Added a max-height limit to thumbnails.

pull/663/head
MorganDawe 9 years ago
parent
commit
9470469314
  1. 1
      css/islandora.objects.css

1
css/islandora.objects.css

@ -12,6 +12,7 @@ div.islandora-objects > div {
.islandora-object img {
max-width: 100%;
max-height: 12em;
}
.islandora-objects-list-item {

Loading…
Cancel
Save