Spaces:
Running
Running
Rishi Desai
commited on
Commit
·
cd217ad
1
Parent(s):
0aa8547
fixed thumbnails
Browse files
demo.py
CHANGED
@@ -266,9 +266,9 @@ def get_css_styles():
|
|
266 |
|
267 |
/* Make thumbnails same size */
|
268 |
.image-thumbnail {
|
269 |
-
height:
|
270 |
-
width:
|
271 |
-
object-fit:
|
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 */
|