Skip to content

Commit

Permalink
Fixed issue #2796 - Image/attachment preview is to small, need to dow…
Browse files Browse the repository at this point in the history
…nload image and open it locally.
  • Loading branch information
zammad-sync authored and thorsteneckel committed Nov 5, 2019
1 parent 0a5c3f4 commit d58233d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -452,6 +452,7 @@ class App.ControllerModal extends App.Controller
keyboard: true
large: false
small: false
veryLarge: false
head: '?'
autoFocusOnFirstInput: true
container: null
Expand Down
Expand Up @@ -4,7 +4,7 @@ class App.TicketZoomArticleImageView extends App.ControllerModal
buttonSubmit: 'Download'
buttonClass: 'btn--success'
head: ''
large: true
veryLarge: true

events:
'submit form': 'submit'
Expand Down

0 comments on commit d58233d

Please sign in to comment.