From c2019498d3459c551cfa3faa0fa12a46357c376d Mon Sep 17 00:00:00 2001 From: George <31376482+george-gca@users.noreply.github.com> Date: Wed, 12 Jul 2023 14:06:57 -0300 Subject: [PATCH] Publication image zoom (#1554) Fixes #1552 --------- Signed-off-by: George Araujo --- _layouts/bib.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_layouts/bib.html b/_layouts/bib.html index 2532fc5..b32bcc2 100644 --- a/_layouts/bib.html +++ b/_layouts/bib.html @@ -5,12 +5,13 @@
{%- if entry.preview -%} {% if entry.preview contains '://' -%} - + {%- else -%} {%- assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' -%} {% include figure.html path=entry_path class="preview z-depth-1 rounded" + zoomable=true alt=entry.preview -%} {%- endif -%} {%- elsif entry.abbr -%}