Member search results image resizing update
authorLaury GvR <laury@gaslightmedia.com>
Wed, 20 Aug 2014 18:43:24 +0000 (14:43 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Wed, 20 Aug 2014 18:43:24 +0000 (14:43 -0400)
Now won't force them to be 100% width or 120px in height.

Toolkit/Members/css/member.css

index 37d6dae..5029acc 100755 (executable)
@@ -112,10 +112,11 @@ background-color: #ffffff;
     float: right;
     padding: 0px !important;
     }
-.memberSR img {
+    /** Uncomment this if you want to force member search images to be a certain size **/
+/*.memberSR img {
     width:100%;
     height: 120px;
-}
+}*/
 .list-add-link img, .list-view-link img {
     margin-bottom: 10px;
 }