We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4a134 commit 29bb94aCopy full SHA for 29bb94a
src/views/index.blade.php
@@ -418,7 +418,7 @@ function resizeImage(x) {
418
419
function fileView(x){
420
$('#fileview_body').html(
421
- "<img class='img img-responsive' src='{!! Config::get('lfm.images_url') !!}" + $("#working_dir").val() + "/" + x + "'>"
+ "<img class='img img-responsive center-block' src='{!! Config::get('lfm.images_url') !!}" + $("#working_dir").val() + "/" + x + "'>"
422
);
423
$('#fileViewModal').modal();
424
}
0 commit comments