Skip to content

Commit 29bb94a

Browse files
committed
Center image in modal
1 parent 3f4a134 commit 29bb94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/index.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -418,7 +418,7 @@ function resizeImage(x) {
418418
419419
function fileView(x){
420420
$('#fileview_body').html(
421-
"<img class='img img-responsive' src='{!! Config::get('lfm.images_url') !!}" + $("#working_dir").val() + "/" + x + "'>"
421+
"<img class='img img-responsive center-block' src='{!! Config::get('lfm.images_url') !!}" + $("#working_dir").val() + "/" + x + "'>"
422422
);
423423
$('#fileViewModal').modal();
424424
}

0 commit comments

Comments
 (0)