make pdfs in file app big
This commit is contained in:
parent
dbfad9d227
commit
cc5d5d4f1d
@ -107,6 +107,12 @@ define([
|
|||||||
$appContainer.css('background', 'white');
|
$appContainer.css('background', 'white');
|
||||||
}
|
}
|
||||||
$dlButton.addClass('btn btn-success');
|
$dlButton.addClass('btn btn-success');
|
||||||
|
|
||||||
|
// make pdfs big
|
||||||
|
$iframe.find('media-tag iframe').css({
|
||||||
|
'height': 'calc(100vh - 64px)',
|
||||||
|
width: '100vw',
|
||||||
|
});
|
||||||
})
|
})
|
||||||
.on('decryptionError', function (e) {
|
.on('decryptionError', function (e) {
|
||||||
var error = e.originalEvent;
|
var error = e.originalEvent;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user