diff --git a/src/templates/nodes/custom/blog/_macros.pug b/src/templates/nodes/custom/blog/_macros.pug index 1874e221..1fc29fe3 100644 --- a/src/templates/nodes/custom/blog/_macros.pug +++ b/src/templates/nodes/custom/blog/_macros.pug @@ -3,7 +3,7 @@ | {% macro render_blog_post(node, project=None, pages=None) %} | {% if node.picture %} a.blog_index-header(href="{{ node.url }}") - img(src="{{ node.picture.thumbnail('l', api=api) }}") + img(src="{{ node.picture.thumbnail('h', api=api) }}") | {% endif %} | {% if project and project._id != config.MAIN_PROJECT_ID %} | {{ projectmacros.render_secondary_navigation(project, pages=pages) }} diff --git a/src/templates/nodes/custom/page/view_embed.pug b/src/templates/nodes/custom/page/view_embed.pug index 6b881162..46d1c088 100644 --- a/src/templates/nodes/custom/page/view_embed.pug +++ b/src/templates/nodes/custom/page/view_embed.pug @@ -3,7 +3,7 @@ | {% block body %} | {% if node.picture %} header - img.header(src="{{ node.picture.thumbnail('l', api=api) }}") + img.header(src="{{ node.picture.thumbnail('h', api=api) }}") | {% endif %} | {% block navbar_secondary %} | {{ super() }}