We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6b3b3 commit e3a9385Copy full SHA for e3a9385
fileupload/static/thumbnail-scaling.css
@@ -0,0 +1,3 @@
1
+table.files td.preview img {
2
+ height: 50px;
3
+}
fileupload/templates/fileupload/picture_form.html
@@ -19,6 +19,7 @@
19
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" id="theme">
20
<link rel="stylesheet" href="{{ STATIC_URL }}jquery.fileupload-ui.css">
21
<link rel="stylesheet" href="{{ STATIC_URL }}style.css">
22
+<link rel="stylesheet" href="{{ STATIC_URL }}thumbnail-scaling.css">
23
</head>
24
<body>
25
<div id="fileupload">
0 commit comments