New no image styles
authorLaury GvR <laury@gaslightmedia.com>
Mon, 9 May 2016 20:19:22 +0000 (16:19 -0400)
committerLaury GvR <laury@gaslightmedia.com>
Mon, 9 May 2016 20:19:22 +0000 (16:19 -0400)
css/app.css
scss/plugins/_glm-member-db.scss

index 822ce53..e5c0e24 100644 (file)
@@ -7131,7 +7131,10 @@ header {
   padding: 20px 0; }
 
 .glm-member-list-image-empty {
-  background-image: url("../assets/no-image.jpg"); }
+  background-image: url("../assets/no-image.jpg");
+  background-repeat: no-repeat;
+  background-size: contain;
+  height: 270px; }
 
 #glm-event-wrapper h1 {
   font-size: 1.5rem;
index b8b8a2b..c449371 100644 (file)
@@ -1,3 +1,6 @@
 .glm-member-list-image-empty {
     background-image: url("../assets/no-image.jpg");
+    background-repeat: no-repeat;
+    background-size: contain;
+    height: 270px;
 }
\ No newline at end of file