Rishi Desai commited on
Commit
cd217ad
·
1 Parent(s): 0aa8547

fixed thumbnails

Browse files
Files changed (1) hide show
  1. demo.py +3 -3
demo.py CHANGED
@@ -266,9 +266,9 @@ def get_css_styles():
266
 
267
  /* Make thumbnails same size */
268
  .image-thumbnail {
269
- height: 200px;
270
- width: 200px;
271
- object-fit: cover;
272
  }
273
 
274
  /* Center the image thumbnails */
 
266
 
267
  /* Make thumbnails same size */
268
  .image-thumbnail {
269
+ height: 100%;
270
+ width: 100%;
271
+ object-fit: contain;
272
  }
273
 
274
  /* Center the image thumbnails */