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 40505f4 commit c201949Copy full SHA for c201949
_layouts/bib.html
@@ -5,12 +5,13 @@
5
<div class="col-sm-2 {% if entry.preview %}preview{% else %}abbr{% endif %}">
6
{%- if entry.preview -%}
7
{% if entry.preview contains '://' -%}
8
- <img class="preview z-depth-1 rounded" src="{{ entry.preview }}">
+ <img data-zoomable class="preview z-depth-1 rounded" src="{{ entry.preview }}">
9
{%- else -%}
10
{%- assign entry_path = entry.preview | prepend: '/assets/img/publication_preview/' -%}
11
{% include figure.html
12
path=entry_path
13
class="preview z-depth-1 rounded"
14
+ zoomable=true
15
alt=entry.preview -%}
16
{%- endif -%}
17
{%- elsif entry.abbr -%}
0 commit comments