diff --git a/layouts/partials/comments.html b/layouts/partials/comments.html index eabd837..a8c5065 100644 --- a/layouts/partials/comments.html +++ b/layouts/partials/comments.html @@ -7,6 +7,21 @@ limit: 10, attach: "*", autoPublish: 0, - pageUrl: "{{ .Permalink }}" + pageUrl: "{{ .Permalink }}", + width: "auto", + height: 400 }); - \ No newline at end of file + + + \ No newline at end of file