Skip to content

Commit

Permalink
Fix #1503: Correct Mozilla PDF rendering bug
Browse files Browse the repository at this point in the history
  • Loading branch information
kartik-v committed Dec 13, 2019
1 parent 9a2e629 commit ee58364
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions CHANGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Change Log: `bootstrap-fileinput`
- (bug #1510): Lock browse button correctly when disable method is called.
- (bug #1509): Correct zoom slideshow to show only files with zoom enabled via `showZoom`.
- (bug #1508): Correct file caption after files are uploaded.
- (enh #1503): Correct Mozilla PDF rendering bug.
- (bug #1499, #1502): Correct duplicate file check error rendering.
- (enh #1497): Better validation of progress display when `showPreview` is `false`.
- (bug #1482): Validate `initialPreviewShowDelete` setting correctly.
Expand Down
2 changes: 1 addition & 1 deletion js/fileinput.js
Original file line number Diff line number Diff line change
Expand Up @@ -1555,7 +1555,7 @@
audio: {width: '100%', height: '30px'},
flash: {width: '213px', height: '160px'},
object: {width: '213px', height: '160px'},
pdf: {width: '100%', height: '160px'},
pdf: {width: '100%', height: '160px', 'position': 'relative'},
other: {width: '213px', height: '160px'}
},
previewSettingsSmall: {
Expand Down
Loading

0 comments on commit ee58364

Please sign in to comment.