Browse Source

Resize images to size of div. #174

Peter Justin 9 years ago
parent
commit
0ad6ec16c9
1 changed files with 4 additions and 5 deletions
  1. 4 5
      flaskbb/plugins/portal/templates/index.html

+ 4 - 5
flaskbb/plugins/portal/templates/index.html

@@ -32,12 +32,15 @@
   .portal-content h5 {
   .portal-content h5 {
       font-weight:500;
       font-weight:500;
   }
   }
+  .portal-content img {
+      max-width:100%;
+      max-height:100%;
+  }
 
 
   /* recent topics */
   /* recent topics */
   .portal-topic:not(:first-child) {
   .portal-topic:not(:first-child) {
     padding-top: 5px;
     padding-top: 5px;
     clear: both;
     clear: both;
-
     border-top: 1px solid #ddd;
     border-top: 1px solid #ddd;
   }
   }
 
 
@@ -53,7 +56,6 @@
     color:#999999;
     color:#999999;
     clear: both;
     clear: both;
     float: right;
     float: right;
-
   }
   }
 
 
   /* stats */
   /* stats */
@@ -199,7 +201,4 @@
   </div>
   </div>
 
 
 </div>
 </div>
-
-
-
 {% endblock %}
 {% endblock %}