Browse Source

øAdded max width to islandora image.

pull/663/head
MorganDawe 9 years ago
parent
commit
69d26000be
  1. 3
      css/islandora.base.css

3
css/islandora.base.css

@ -5,7 +5,8 @@
Purpose of the stylesheet follows. Purpose of the stylesheet follows.
*/ */
.islandora img { .islandora img,
.islandora-object-thumb img {
max-width: 100%; max-width: 100%;
*width: 100%; *width: 100%;
} }

Loading…
Cancel
Save