Skip to content

Commit e3a9385

Browse files
committed
scale thumbnails by css
1 parent 2b6b3b3 commit e3a9385

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
table.files td.preview img {
2+
height: 50px;
3+
}

fileupload/templates/fileupload/picture_form.html

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.13/themes/base/jquery-ui.css" id="theme">
2020
<link rel="stylesheet" href="{{ STATIC_URL }}jquery.fileupload-ui.css">
2121
<link rel="stylesheet" href="{{ STATIC_URL }}style.css">
22+
<link rel="stylesheet" href="{{ STATIC_URL }}thumbnail-scaling.css">
2223
</head>
2324
<body>
2425
<div id="fileupload">

0 commit comments

Comments
 (0)