@@ -1,6 +1,13 @@
Change Log: `bootstrap-fileinput`
=================================
+## version 4.4.2
+
+**Date:** 28-May-2017
+- (enh #986): Image width parsing and styling enhancements.
+- (enh #981): Update Hungarian Translations.
## version 4.4.1
**Date:** 25-May-2017
@@ -92,6 +92,11 @@
margin-bottom: 5px;
}
+.file-preview-image {
+ font: 40px Impact, Charcoal, sans-serif;
+ color: green;
+}
.krajee-default.file-preview-frame {
position: relative;
display: table;
@@ -2908,7 +2908,6 @@
w2 = $preview.width();
if (w1 > w2) {
$img.css('width', '100%');
- $thumb.css('width', '97%');
params = {ind: i, id: previewId};
self._checkDimensions(i, 'Small', $img, $thumb, fname, 'Width', params);
@@ -171,6 +171,7 @@
.theme-explorer .table .kv-file-content .file-preview-image {
max-width: 100%;
+ font-size: 20px;
.theme-explorer .file-details-cell {